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