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