public final class PostArgsMatchConditionParameters extends Object
| Constructor and Description |
|---|
PostArgsMatchConditionParameters()
Creates an instance of PostArgsMatchConditionParameters 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.
|
PostArgsOperator |
operator()
Get the operator property: Describes operator to be matched.
|
String |
selector()
Get the selector property: Name of PostArg to be matched.
|
List<Transform> |
transforms()
Get the transforms property: List of transforms.
|
void |
validate()
Validates the instance.
|
PostArgsMatchConditionParameters |
withMatchValues(List<String> matchValues)
Set the matchValues property: The match value for the condition of the delivery rule.
|
PostArgsMatchConditionParameters |
withNegateCondition(Boolean negateCondition)
Set the negateCondition property: Describes if this is negate condition or not.
|
PostArgsMatchConditionParameters |
withOdataType(String odataType)
Set the odataType property: The @odata.type property.
|
PostArgsMatchConditionParameters |
withOperator(PostArgsOperator operator)
Set the operator property: Describes operator to be matched.
|
PostArgsMatchConditionParameters |
withSelector(String selector)
Set the selector property: Name of PostArg to be matched.
|
PostArgsMatchConditionParameters |
withTransforms(List<Transform> transforms)
Set the transforms property: List of transforms.
|
public PostArgsMatchConditionParameters()
public String odataType()
public PostArgsMatchConditionParameters withOdataType(String odataType)
odataType - the odataType value to set.public String selector()
public PostArgsMatchConditionParameters withSelector(String selector)
selector - the selector value to set.public PostArgsOperator operator()
public PostArgsMatchConditionParameters withOperator(PostArgsOperator operator)
operator - the operator value to set.public Boolean negateCondition()
public PostArgsMatchConditionParameters withNegateCondition(Boolean negateCondition)
negateCondition - the negateCondition value to set.public List<String> matchValues()
public PostArgsMatchConditionParameters withMatchValues(List<String> matchValues)
matchValues - the matchValues value to set.public List<Transform> transforms()
public PostArgsMatchConditionParameters 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.