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