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