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