Class AdvancedFilterOperatorType


  • public final class AdvancedFilterOperatorType
    extends com.azure.core.util.ExpandableStringEnum<AdvancedFilterOperatorType>
    Defines values for AdvancedFilterOperatorType.
    • Field Detail

      • NUMBER_NOT_IN

        public static final AdvancedFilterOperatorType NUMBER_NOT_IN
        Static value NumberNotIn for AdvancedFilterOperatorType.
      • NUMBER_LESS_THAN

        public static final AdvancedFilterOperatorType NUMBER_LESS_THAN
        Static value NumberLessThan for AdvancedFilterOperatorType.
      • NUMBER_GREATER_THAN

        public static final AdvancedFilterOperatorType NUMBER_GREATER_THAN
        Static value NumberGreaterThan for AdvancedFilterOperatorType.
      • NUMBER_LESS_THAN_OR_EQUALS

        public static final AdvancedFilterOperatorType NUMBER_LESS_THAN_OR_EQUALS
        Static value NumberLessThanOrEquals for AdvancedFilterOperatorType.
      • NUMBER_GREATER_THAN_OR_EQUALS

        public static final AdvancedFilterOperatorType NUMBER_GREATER_THAN_OR_EQUALS
        Static value NumberGreaterThanOrEquals for AdvancedFilterOperatorType.
      • STRING_NOT_IN

        public static final AdvancedFilterOperatorType STRING_NOT_IN
        Static value StringNotIn for AdvancedFilterOperatorType.
      • STRING_BEGINS_WITH

        public static final AdvancedFilterOperatorType STRING_BEGINS_WITH
        Static value StringBeginsWith for AdvancedFilterOperatorType.
      • STRING_ENDS_WITH

        public static final AdvancedFilterOperatorType STRING_ENDS_WITH
        Static value StringEndsWith for AdvancedFilterOperatorType.
      • STRING_CONTAINS

        public static final AdvancedFilterOperatorType STRING_CONTAINS
        Static value StringContains for AdvancedFilterOperatorType.
      • NUMBER_IN_RANGE

        public static final AdvancedFilterOperatorType NUMBER_IN_RANGE
        Static value NumberInRange for AdvancedFilterOperatorType.
      • NUMBER_NOT_IN_RANGE

        public static final AdvancedFilterOperatorType NUMBER_NOT_IN_RANGE
        Static value NumberNotInRange for AdvancedFilterOperatorType.
      • STRING_NOT_BEGINS_WITH

        public static final AdvancedFilterOperatorType STRING_NOT_BEGINS_WITH
        Static value StringNotBeginsWith for AdvancedFilterOperatorType.
      • STRING_NOT_ENDS_WITH

        public static final AdvancedFilterOperatorType STRING_NOT_ENDS_WITH
        Static value StringNotEndsWith for AdvancedFilterOperatorType.
      • STRING_NOT_CONTAINS

        public static final AdvancedFilterOperatorType STRING_NOT_CONTAINS
        Static value StringNotContains for AdvancedFilterOperatorType.
      • IS_NULL_OR_UNDEFINED

        public static final AdvancedFilterOperatorType IS_NULL_OR_UNDEFINED
        Static value IsNullOrUndefined for AdvancedFilterOperatorType.
    • Constructor Detail

      • AdvancedFilterOperatorType

        public AdvancedFilterOperatorType()
    • Method Detail

      • fromString

        public static AdvancedFilterOperatorType fromString​(String name)
        Creates or finds a AdvancedFilterOperatorType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding AdvancedFilterOperatorType.