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