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