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