Class Operator


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

      • EQUALS

        public static final Operator EQUALS
        Static value Equals for Operator.
      • NOT_EQUALS

        public static final Operator NOT_EQUALS
        Static value NotEquals for Operator.
      • GREATER_THAN

        public static final Operator GREATER_THAN
        Static value GreaterThan for Operator.
      • GREATER_THAN_OR_EQUAL

        public static final Operator GREATER_THAN_OR_EQUAL
        Static value GreaterThanOrEqual for Operator.
      • LESS_THAN

        public static final Operator LESS_THAN
        Static value LessThan for Operator.
      • LESS_THAN_OR_EQUAL

        public static final Operator LESS_THAN_OR_EQUAL
        Static value LessThanOrEqual for Operator.
      • INCLUDE

        public static final Operator INCLUDE
        Static value Include for Operator.
    • Constructor Detail

      • Operator

        public Operator()
    • Method Detail

      • fromString

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