Class ForecastTimeframe
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ForecastTimeframe>
com.azure.resourcemanager.costmanagement.models.ForecastTimeframe
public final class ForecastTimeframe
extends com.azure.core.util.ExpandableStringEnum<ForecastTimeframe>
The time frame for pulling data for the forecast.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ForecastTimeframeStatic value Custom for ForecastTimeframe. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ForecastTimeframefromString(String name) Creates or finds a ForecastTimeframe from its string representation.static Collection<ForecastTimeframe>values()Gets known ForecastTimeframe values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CUSTOM
Static value Custom for ForecastTimeframe.
-
-
Constructor Details
-
ForecastTimeframe
Deprecated.Use thefromString(String)factory method.Creates a new instance of ForecastTimeframe value.
-
-
Method Details
-
fromString
Creates or finds a ForecastTimeframe from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ForecastTimeframe.
-
values
Gets known ForecastTimeframe values.- Returns:
- known ForecastTimeframe values.
-
fromString(String)factory method.