Class ForecastOperatorType

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

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

  • Constructor Details

    • ForecastOperatorType

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

    • fromString

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

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