java.lang.Object
com.azure.core.util.ExpandableStringEnum<Operator>
com.azure.resourcemanager.alertsmanagement.models.Operator

public final class Operator extends com.azure.core.util.ExpandableStringEnum<Operator>
Operator for a given condition.
  • Field Details

    • EQUALS

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

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

      public static final Operator CONTAINS
      Static value Contains for Operator.
    • DOES_NOT_CONTAIN

      public static final Operator DOES_NOT_CONTAIN
      Static value DoesNotContain for Operator.
  • Constructor Details

    • Operator

      public Operator()
  • Method Details

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

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