public static final class IsStringCondition.Builder extends Object
IsStringCondition.Buildable.Utils| Modifier and Type | Method and Description | 
|---|---|
| IsStringCondition | build() | 
| IsStringCondition.Builder | expectedValue(boolean expectedValue)Sets the expected value for this condition. | 
| IsStringCondition.Builder | variable(String variable)Sets the JSONPath expression that determines which piece of the input document is used for the comparison. | 
public IsStringCondition.Builder variable(String variable)
variable - Reference path.public IsStringCondition.Builder expectedValue(boolean expectedValue)
expectedValue - Expected value.public IsStringCondition build()
IsStringCondition object.Copyright © 2024. All rights reserved.