public static interface EvaluationFormSingleSelectQuestionProperties.Builder extends SdkPojo, CopyableBuilder<EvaluationFormSingleSelectQuestionProperties.Builder,EvaluationFormSingleSelectQuestionProperties>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationFormSingleSelectQuestionProperties.Builder options(Collection<EvaluationFormSingleSelectQuestionOption> options)
The answer options of the single select question.
options - The answer options of the single select question.EvaluationFormSingleSelectQuestionProperties.Builder options(EvaluationFormSingleSelectQuestionOption... options)
The answer options of the single select question.
options - The answer options of the single select question.EvaluationFormSingleSelectQuestionProperties.Builder options(Consumer<EvaluationFormSingleSelectQuestionOption.Builder>... options)
The answer options of the single select question.
This is a convenience method that creates an instance of theEvaluationFormSingleSelectQuestionOption.Builder
avoiding the need to create one manually via
EvaluationFormSingleSelectQuestionOption.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #options(List.
options - a consumer that will call methods on
EvaluationFormSingleSelectQuestionOption.Builder#options(java.util.Collection) EvaluationFormSingleSelectQuestionProperties.Builder displayAs(String displayAs)
The display mode of the single select question.
displayAs - The display mode of the single select question.EvaluationFormSingleSelectQuestionDisplayMode,
EvaluationFormSingleSelectQuestionDisplayModeEvaluationFormSingleSelectQuestionProperties.Builder displayAs(EvaluationFormSingleSelectQuestionDisplayMode displayAs)
The display mode of the single select question.
displayAs - The display mode of the single select question.EvaluationFormSingleSelectQuestionDisplayMode,
EvaluationFormSingleSelectQuestionDisplayModeEvaluationFormSingleSelectQuestionProperties.Builder automation(EvaluationFormSingleSelectQuestionAutomation automation)
The display mode of the single select question.
automation - The display mode of the single select question.default EvaluationFormSingleSelectQuestionProperties.Builder automation(Consumer<EvaluationFormSingleSelectQuestionAutomation.Builder> automation)
The display mode of the single select question.
This is a convenience method that creates an instance of theEvaluationFormSingleSelectQuestionAutomation.Builder avoiding the need to create one manually via
EvaluationFormSingleSelectQuestionAutomation.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
automation(EvaluationFormSingleSelectQuestionAutomation).
automation - a consumer that will call methods on EvaluationFormSingleSelectQuestionAutomation.Builderautomation(EvaluationFormSingleSelectQuestionAutomation)Copyright © 2023. All rights reserved.