public final class QueryStringMatchConditionParameters extends Object
| Constructor and Description |
|---|
QueryStringMatchConditionParameters()
Creates an instance of QueryStringMatchConditionParameters class.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
matchValues()
Get the matchValues property: The match value for the condition of the delivery rule.
|
Boolean |
negateCondition()
Get the negateCondition property: Describes if this is negate condition or not.
|
String |
odataType()
Get the odataType property: The @odata.type property.
|
QueryStringOperator |
operator()
Get the operator property: Describes operator to be matched.
|
List<Transform> |
transforms()
Get the transforms property: List of transforms.
|
void |
validate()
Validates the instance.
|
QueryStringMatchConditionParameters |
withMatchValues(List<String> matchValues)
Set the matchValues property: The match value for the condition of the delivery rule.
|
QueryStringMatchConditionParameters |
withNegateCondition(Boolean negateCondition)
Set the negateCondition property: Describes if this is negate condition or not.
|
QueryStringMatchConditionParameters |
withOdataType(String odataType)
Set the odataType property: The @odata.type property.
|
QueryStringMatchConditionParameters |
withOperator(QueryStringOperator operator)
Set the operator property: Describes operator to be matched.
|
QueryStringMatchConditionParameters |
withTransforms(List<Transform> transforms)
Set the transforms property: List of transforms.
|
public QueryStringMatchConditionParameters()
public String odataType()
public QueryStringMatchConditionParameters withOdataType(String odataType)
odataType - the odataType value to set.public QueryStringOperator operator()
public QueryStringMatchConditionParameters withOperator(QueryStringOperator operator)
operator - the operator value to set.public Boolean negateCondition()
public QueryStringMatchConditionParameters withNegateCondition(Boolean negateCondition)
negateCondition - the negateCondition value to set.public List<String> matchValues()
public QueryStringMatchConditionParameters withMatchValues(List<String> matchValues)
matchValues - the matchValues value to set.public List<Transform> transforms()
public QueryStringMatchConditionParameters withTransforms(List<Transform> transforms)
transforms - the transforms value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.