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