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