Class OperatorType


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

      • EQUAL_TO

        public static final OperatorType EQUAL_TO
        Static value EqualTo for OperatorType.
      • GREATER_THAN

        public static final OperatorType GREATER_THAN
        Static value GreaterThan for OperatorType.
      • GREATER_THAN_OR_EQUAL_TO

        public static final OperatorType GREATER_THAN_OR_EQUAL_TO
        Static value GreaterThanOrEqualTo for OperatorType.
    • Constructor Detail

      • OperatorType

        public OperatorType()
    • Method Detail

      • fromString

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