public static interface EvaluationFormQuestion.Builder extends SdkPojo, CopyableBuilder<EvaluationFormQuestion.Builder,EvaluationFormQuestion>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationFormQuestion.Builder title(String title)
The title of the question.
title - The title of the question.EvaluationFormQuestion.Builder instructions(String instructions)
The instructions of the section.
instructions - The instructions of the section.EvaluationFormQuestion.Builder refId(String refId)
The identifier of the question. An identifier must be unique within the evaluation form.
refId - The identifier of the question. An identifier must be unique within the evaluation form.EvaluationFormQuestion.Builder notApplicableEnabled(Boolean notApplicableEnabled)
The flag to enable not applicable answers to the question.
notApplicableEnabled - The flag to enable not applicable answers to the question.EvaluationFormQuestion.Builder questionType(String questionType)
The type of the question.
questionType - The type of the question.EvaluationFormQuestionType,
EvaluationFormQuestionTypeEvaluationFormQuestion.Builder questionType(EvaluationFormQuestionType questionType)
The type of the question.
questionType - The type of the question.EvaluationFormQuestionType,
EvaluationFormQuestionTypeEvaluationFormQuestion.Builder questionTypeProperties(EvaluationFormQuestionTypeProperties questionTypeProperties)
The properties of the type of question. Text questions do not have to define question type properties.
questionTypeProperties - The properties of the type of question. Text questions do not have to define question type properties.default EvaluationFormQuestion.Builder questionTypeProperties(Consumer<EvaluationFormQuestionTypeProperties.Builder> questionTypeProperties)
The properties of the type of question. Text questions do not have to define question type properties.
This is a convenience method that creates an instance of theEvaluationFormQuestionTypeProperties.Builder avoiding the need to create one manually via
EvaluationFormQuestionTypeProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to questionTypeProperties(EvaluationFormQuestionTypeProperties).
questionTypeProperties - a consumer that will call methods on EvaluationFormQuestionTypeProperties.BuilderquestionTypeProperties(EvaluationFormQuestionTypeProperties)EvaluationFormQuestion.Builder weight(Double weight)
The scoring weight of the section.
weight - The scoring weight of the section.Copyright © 2023. All rights reserved.