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