Class IsDeviceMatchConditionParameters


  • public final class IsDeviceMatchConditionParameters
    extends Object
    Defines the parameters for IsDevice match conditions.
    • Constructor Detail

      • IsDeviceMatchConditionParameters

        public IsDeviceMatchConditionParameters()
        Creates an instance of IsDeviceMatchConditionParameters class.
    • Method Detail

      • odataType

        public String odataType()
        Get the odataType property: The @odata.type property.
        Returns:
        the odataType value.
      • withOdataType

        public IsDeviceMatchConditionParameters withOdataType​(String odataType)
        Set the odataType property: The @odata.type property.
        Parameters:
        odataType - the odataType value to set.
        Returns:
        the IsDeviceMatchConditionParameters object itself.
      • operator

        public IsDeviceOperator operator()
        Get the operator property: Describes operator to be matched.
        Returns:
        the operator value.
      • withOperator

        public IsDeviceMatchConditionParameters withOperator​(IsDeviceOperator operator)
        Set the operator property: Describes operator to be matched.
        Parameters:
        operator - the operator value to set.
        Returns:
        the IsDeviceMatchConditionParameters object itself.
      • negateCondition

        public Boolean negateCondition()
        Get the negateCondition property: Describes if this is negate condition or not.
        Returns:
        the negateCondition value.
      • withNegateCondition

        public IsDeviceMatchConditionParameters withNegateCondition​(Boolean negateCondition)
        Set the negateCondition property: Describes if this is negate condition or not.
        Parameters:
        negateCondition - the negateCondition value to set.
        Returns:
        the IsDeviceMatchConditionParameters object itself.
      • transforms

        public List<Transform> transforms()
        Get the transforms property: List of transforms.
        Returns:
        the transforms value.
      • withTransforms

        public IsDeviceMatchConditionParameters withTransforms​(List<Transform> transforms)
        Set the transforms property: List of transforms.
        Parameters:
        transforms - the transforms value to set.
        Returns:
        the IsDeviceMatchConditionParameters object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.