public static interface RuleConfig.Builder extends SdkPojo, CopyableBuilder<RuleConfig.Builder,RuleConfig>
| Modifier and Type | Method and Description |
|---|---|
RuleConfig.Builder |
inverted(Boolean inverted)
Logical negation of the rule.
|
RuleConfig.Builder |
threshold(Integer threshold)
The value of N, when you specify an ATLEAST rule type.
|
RuleConfig.Builder |
type(RuleType type)
A rule can be one of the following: ATLEAST, AND, or OR.
|
RuleConfig.Builder |
type(String type)
A rule can be one of the following: ATLEAST, AND, or OR.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleConfig.Builder inverted(Boolean inverted)
Logical negation of the rule. If the rule would usually evaluate true, it's evaluated as false, and vice versa.
inverted - Logical negation of the rule. If the rule would usually evaluate true, it's evaluated as false, and
vice versa.RuleConfig.Builder threshold(Integer threshold)
The value of N, when you specify an ATLEAST rule type. That is, Threshold is the number of controls that must be set when you specify an ATLEAST type.
threshold - The value of N, when you specify an ATLEAST rule type. That is, Threshold is the number of controls
that must be set when you specify an ATLEAST type.RuleConfig.Builder type(String type)
A rule can be one of the following: ATLEAST, AND, or OR.
RuleConfig.Builder type(RuleType type)
A rule can be one of the following: ATLEAST, AND, or OR.
Copyright © 2022. All rights reserved.