public static interface SimpleRuleEvaluation.Builder extends SdkPojo, CopyableBuilder<SimpleRuleEvaluation.Builder,SimpleRuleEvaluation>
| Modifier and Type | Method and Description |
|---|---|
SimpleRuleEvaluation.Builder |
inputPropertyValue(String inputPropertyValue)
The value of the input property, on the left side of the comparison operator.
|
SimpleRuleEvaluation.Builder |
operator(ComparisonOperator operator)
The comparison operator.
|
SimpleRuleEvaluation.Builder |
operator(String operator)
The comparison operator.
|
SimpleRuleEvaluation.Builder |
thresholdValue(String thresholdValue)
The threshold value, on the right side of the comparison operator.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSimpleRuleEvaluation.Builder inputPropertyValue(String inputPropertyValue)
The value of the input property, on the left side of the comparison operator.
inputPropertyValue - The value of the input property, on the left side of the comparison operator.SimpleRuleEvaluation.Builder operator(String operator)
The comparison operator.
operator - The comparison operator.ComparisonOperator,
ComparisonOperatorSimpleRuleEvaluation.Builder operator(ComparisonOperator operator)
The comparison operator.
operator - The comparison operator.ComparisonOperator,
ComparisonOperatorSimpleRuleEvaluation.Builder thresholdValue(String thresholdValue)
The threshold value, on the right side of the comparison operator.
thresholdValue - The threshold value, on the right side of the comparison operator.Copyright © 2023. All rights reserved.