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