public static interface SingleSelectQuestionRuleCategoryAutomation.Builder extends SdkPojo, CopyableBuilder<SingleSelectQuestionRuleCategoryAutomation.Builder,SingleSelectQuestionRuleCategoryAutomation>
| Modifier and Type | Method and Description |
|---|---|
SingleSelectQuestionRuleCategoryAutomation.Builder |
category(String category)
The category name, as defined in Rules.
|
SingleSelectQuestionRuleCategoryAutomation.Builder |
condition(SingleSelectQuestionRuleCategoryAutomationCondition condition)
The condition to apply for the automation option.
|
SingleSelectQuestionRuleCategoryAutomation.Builder |
condition(String condition)
The condition to apply for the automation option.
|
SingleSelectQuestionRuleCategoryAutomation.Builder |
optionRefId(String optionRefId)
The identifier of the answer option.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSingleSelectQuestionRuleCategoryAutomation.Builder category(String category)
The category name, as defined in Rules.
category - The category name, as defined in Rules.SingleSelectQuestionRuleCategoryAutomation.Builder condition(String condition)
The condition to apply for the automation option. If the condition is PRESENT, then the option
is applied when the contact data includes the category. Similarly, if the condition is
NOT_PRESENT, then the option is applied when the contact data does not include the category.
condition - The condition to apply for the automation option. If the condition is PRESENT, then the
option is applied when the contact data includes the category. Similarly, if the condition is
NOT_PRESENT, then the option is applied when the contact data does not include the
category.SingleSelectQuestionRuleCategoryAutomationCondition,
SingleSelectQuestionRuleCategoryAutomationConditionSingleSelectQuestionRuleCategoryAutomation.Builder condition(SingleSelectQuestionRuleCategoryAutomationCondition condition)
The condition to apply for the automation option. If the condition is PRESENT, then the option
is applied when the contact data includes the category. Similarly, if the condition is
NOT_PRESENT, then the option is applied when the contact data does not include the category.
condition - The condition to apply for the automation option. If the condition is PRESENT, then the
option is applied when the contact data includes the category. Similarly, if the condition is
NOT_PRESENT, then the option is applied when the contact data does not include the
category.SingleSelectQuestionRuleCategoryAutomationCondition,
SingleSelectQuestionRuleCategoryAutomationConditionSingleSelectQuestionRuleCategoryAutomation.Builder optionRefId(String optionRefId)
The identifier of the answer option.
optionRefId - The identifier of the answer option.Copyright © 2023. All rights reserved.