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