Uses of Class
com.redwood.scheduler.api.model.enumeration.ForecastJobStatus
-
Packages that use ForecastJobStatus Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of ForecastJobStatus in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return ForecastJobStatus Modifier and Type Method Description ForecastJobStatus
ForecastJob. getForecastStatus()
Get the value for ForecastStatus. -
Uses of ForecastJobStatus in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return ForecastJobStatus Modifier and Type Method Description static ForecastJobStatus
ForecastJobStatus. safeValueOf(String value)
Helper function to return the ForecastJobStatus represented byvalue
.static ForecastJobStatus
ForecastJobStatus. valueOf(char code)
Helper function to return the ForecastJobStatus represented by code.static ForecastJobStatus
ForecastJobStatus. valueOf(Character code)
Helper function to return the ForecastJobStatus represented by code.static ForecastJobStatus
ForecastJobStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ForecastJobStatus
ForecastJobStatus. valueOfCode(String code)
Helper function to return the ForecastJobStatus represented by code.static ForecastJobStatus[]
ForecastJobStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-