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