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 StrategyParameterTypeStrategyParameterType. create(String key)StrategyParameterTypeStrategyParameter. getType()The type of strategy parameter.static StrategyParameterTypeStrategyParameterType. 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.BuilderStrategyParameter.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.
-