Uses of Class
com.oracle.bmc.optimizer.model.StrategyParameterType
-
Packages that use StrategyParameterType Package Description com.oracle.bmc.optimizer.model -
-
Uses of StrategyParameterType in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return StrategyParameterType Modifier and Type Method Description static StrategyParameterType
StrategyParameterType. create(String key)
StrategyParameterType
StrategyParameter. getType()
The type of strategy parameter.static StrategyParameterType
StrategyParameterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StrategyParameterType[]
StrategyParameterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.optimizer.model with parameters of type StrategyParameterType Modifier and Type Method Description StrategyParameter.Builder
StrategyParameter.Builder. type(StrategyParameterType type)
The type of strategy parameter.Constructors in com.oracle.bmc.optimizer.model with parameters of type StrategyParameterType Constructor Description StrategyParameter(String name, StrategyParameterType type, String description, Boolean isRequired, Object defaultValue, List<Object> possibleValues)
Deprecated.
-