Class AdvancedFilterOperatorType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AdvancedFilterOperatorType>
com.azure.resourcemanager.eventgrid.models.AdvancedFilterOperatorType

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

    • NUMBER_IN

      public static final AdvancedFilterOperatorType NUMBER_IN
      Static value NumberIn for AdvancedFilterOperatorType.
    • 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.
    • BOOL_EQUALS

      public static final AdvancedFilterOperatorType BOOL_EQUALS
      Static value BoolEquals for AdvancedFilterOperatorType.
    • STRING_IN

      public static final AdvancedFilterOperatorType STRING_IN
      Static value StringIn 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.
    • IS_NOT_NULL

      public static final AdvancedFilterOperatorType IS_NOT_NULL
      Static value IsNotNull for AdvancedFilterOperatorType.
  • Constructor Details

    • AdvancedFilterOperatorType

      public AdvancedFilterOperatorType()
  • Method Details

    • 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.
    • values

      public static Collection<AdvancedFilterOperatorType> values()
      Gets known AdvancedFilterOperatorType values.
      Returns:
      known AdvancedFilterOperatorType values.