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