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