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