public static interface EvaluationFormSingleSelectQuestionAutomationOption.Builder extends SdkPojo, CopyableBuilder<EvaluationFormSingleSelectQuestionAutomationOption.Builder,EvaluationFormSingleSelectQuestionAutomationOption>
| Modifier and Type | Method and Description |
|---|---|
default EvaluationFormSingleSelectQuestionAutomationOption.Builder |
ruleCategory(Consumer<SingleSelectQuestionRuleCategoryAutomation.Builder> ruleCategory)
The automation option based on a rule category for the single select question.
|
EvaluationFormSingleSelectQuestionAutomationOption.Builder |
ruleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)
The automation option based on a rule category for the single select question.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationFormSingleSelectQuestionAutomationOption.Builder ruleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)
The automation option based on a rule category for the single select question.
ruleCategory - The automation option based on a rule category for the single select question.default EvaluationFormSingleSelectQuestionAutomationOption.Builder ruleCategory(Consumer<SingleSelectQuestionRuleCategoryAutomation.Builder> ruleCategory)
The automation option based on a rule category for the single select question.
This is a convenience method that creates an instance of theSingleSelectQuestionRuleCategoryAutomation.Builder avoiding the need to create one manually via
SingleSelectQuestionRuleCategoryAutomation.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
ruleCategory(SingleSelectQuestionRuleCategoryAutomation).
ruleCategory - a consumer that will call methods on SingleSelectQuestionRuleCategoryAutomation.BuilderruleCategory(SingleSelectQuestionRuleCategoryAutomation)Copyright © 2023. All rights reserved.