public static interface StringCondition.Builder extends SdkPojo, CopyableBuilder<StringCondition.Builder,StringCondition>
| Modifier and Type | Method and Description |
|---|---|
StringCondition.Builder |
comparisonType(String comparisonType)
The type of comparison to be made when evaluating the string condition.
|
StringCondition.Builder |
comparisonType(StringComparisonType comparisonType)
The type of comparison to be made when evaluating the string condition.
|
StringCondition.Builder |
fieldName(String fieldName)
The name of the field in the string condition.
|
StringCondition.Builder |
value(String value)
The value of the string.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStringCondition.Builder fieldName(String fieldName)
The name of the field in the string condition.
fieldName - The name of the field in the string condition.StringCondition.Builder value(String value)
The value of the string.
value - The value of the string.StringCondition.Builder comparisonType(String comparisonType)
The type of comparison to be made when evaluating the string condition.
comparisonType - The type of comparison to be made when evaluating the string condition.StringComparisonType,
StringComparisonTypeStringCondition.Builder comparisonType(StringComparisonType comparisonType)
The type of comparison to be made when evaluating the string condition.
comparisonType - The type of comparison to be made when evaluating the string condition.StringComparisonType,
StringComparisonTypeCopyright © 2022. All rights reserved.