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