public static interface EvaluationFormSingleSelectQuestionAutomation.Builder extends SdkPojo, CopyableBuilder<EvaluationFormSingleSelectQuestionAutomation.Builder,EvaluationFormSingleSelectQuestionAutomation>
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormSingleSelectQuestionAutomation.Builder |
defaultOptionRefId(String defaultOptionRefId)
The identifier of the default answer option, when none of the automation options match the criteria.
|
EvaluationFormSingleSelectQuestionAutomation.Builder |
options(Collection<EvaluationFormSingleSelectQuestionAutomationOption> options)
The automation options of the single select question.
|
EvaluationFormSingleSelectQuestionAutomation.Builder |
options(Consumer<EvaluationFormSingleSelectQuestionAutomationOption.Builder>... options)
The automation options of the single select question.
|
EvaluationFormSingleSelectQuestionAutomation.Builder |
options(EvaluationFormSingleSelectQuestionAutomationOption... options)
The automation options of the single select question.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationFormSingleSelectQuestionAutomation.Builder options(Collection<EvaluationFormSingleSelectQuestionAutomationOption> options)
The automation options of the single select question.
options - The automation options of the single select question.EvaluationFormSingleSelectQuestionAutomation.Builder options(EvaluationFormSingleSelectQuestionAutomationOption... options)
The automation options of the single select question.
options - The automation options of the single select question.EvaluationFormSingleSelectQuestionAutomation.Builder options(Consumer<EvaluationFormSingleSelectQuestionAutomationOption.Builder>... options)
The automation options of the single select question.
This is a convenience method that creates an instance of theEvaluationFormSingleSelectQuestionAutomationOption.Builder
avoiding the need to create one manually via
EvaluationFormSingleSelectQuestionAutomationOption.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
EvaluationFormSingleSelectQuestionAutomationOption.Builder#options(java.util.Collection) EvaluationFormSingleSelectQuestionAutomation.Builder defaultOptionRefId(String defaultOptionRefId)
The identifier of the default answer option, when none of the automation options match the criteria.
defaultOptionRefId - The identifier of the default answer option, when none of the automation options match the criteria.Copyright © 2023. All rights reserved.