java.lang.Object
com.azure.core.util.ExpandableStringEnum<OperatorType>
com.azure.resourcemanager.costmanagement.models.OperatorType

public final class OperatorType extends com.azure.core.util.ExpandableStringEnum<OperatorType>
The operator to use for comparison.
  • Field Details

    • IN

      public static final OperatorType IN
      Static value In for OperatorType.
    • CONTAINS

      public static final OperatorType CONTAINS
      Static value Contains for OperatorType.
  • Constructor Details

    • OperatorType

      @Deprecated public OperatorType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of OperatorType value.
  • Method Details

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

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