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