Uses of Class
com.oracle.bmc.marketplace.model.OrchestrationVariableTypeEnum
-
Packages that use OrchestrationVariableTypeEnum Package Description com.oracle.bmc.marketplace.model -
-
Uses of OrchestrationVariableTypeEnum in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return OrchestrationVariableTypeEnum Modifier and Type Method Description static OrchestrationVariableTypeEnumOrchestrationVariableTypeEnum. create(String key)OrchestrationVariableTypeEnumOrchestrationVariable. getDataType()The data type of the variable.static OrchestrationVariableTypeEnumOrchestrationVariableTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OrchestrationVariableTypeEnum[]OrchestrationVariableTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplace.model with parameters of type OrchestrationVariableTypeEnum Modifier and Type Method Description OrchestrationVariable.BuilderOrchestrationVariable.Builder. dataType(OrchestrationVariableTypeEnum dataType)The data type of the variable.Constructors in com.oracle.bmc.marketplace.model with parameters of type OrchestrationVariableTypeEnum Constructor Description OrchestrationVariable(String name, String defaultValue, String description, OrchestrationVariableTypeEnum dataType, Boolean isMandatory, String hintMessage)Deprecated.
-