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