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 Summary
FieldsModifier and TypeFieldDescriptionstatic final ForecastOperatorTypeStatic value In for ForecastOperatorType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ForecastOperatorTypefromString(String name) Creates or finds a ForecastOperatorType from its string representation.static Collection<ForecastOperatorType>values()Gets known ForecastOperatorType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
IN
Static value In for ForecastOperatorType.
-
-
Constructor Details
-
ForecastOperatorType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ForecastOperatorType value.
-
-
Method Details
-
fromString
Creates or finds a ForecastOperatorType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ForecastOperatorType.
-
values
Gets known ForecastOperatorType values.- Returns:
- known ForecastOperatorType values.
-
fromString(String)factory method.