Uses of Class
com.oracle.bmc.usageapi.model.Forecast.ForecastType
-
Packages that use Forecast.ForecastType Package Description com.oracle.bmc.usageapi.model -
-
Uses of Forecast.ForecastType in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return Forecast.ForecastType Modifier and Type Method Description static Forecast.ForecastTypeForecast.ForecastType. create(String key)Forecast.ForecastTypeForecast. getForecastType()BASIC uses the exponential smoothing (ETS) model to project future usage or costs based on history data.static Forecast.ForecastTypeForecast.ForecastType. valueOf(String name)Returns the enum constant of this type with the specified name.static Forecast.ForecastType[]Forecast.ForecastType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.usageapi.model with parameters of type Forecast.ForecastType Modifier and Type Method Description Forecast.BuilderForecast.Builder. forecastType(Forecast.ForecastType forecastType)BASIC uses the exponential smoothing (ETS) model to project future usage or costs based on history data.Constructors in com.oracle.bmc.usageapi.model with parameters of type Forecast.ForecastType Constructor Description Forecast(Forecast.ForecastType forecastType, Date timeForecastStarted, Date timeForecastEnded)Deprecated.
-