Uses of Class
com.oracle.bmc.datascience.model.ConfigurationPropertySchema.ValueType
-
Packages that use ConfigurationPropertySchema.ValueType Package Description com.oracle.bmc.datascience.model -
-
Uses of ConfigurationPropertySchema.ValueType in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ConfigurationPropertySchema.ValueType Modifier and Type Method Description static ConfigurationPropertySchema.ValueTypeConfigurationPropertySchema.ValueType. create(String key)ConfigurationPropertySchema.ValueTypeConfigurationPropertySchema. getValueType()Type of valuestatic ConfigurationPropertySchema.ValueTypeConfigurationPropertySchema.ValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationPropertySchema.ValueType[]ConfigurationPropertySchema.ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.model with parameters of type ConfigurationPropertySchema.ValueType Modifier and Type Method Description ConfigurationPropertySchema.BuilderConfigurationPropertySchema.Builder. valueType(ConfigurationPropertySchema.ValueType valueType)Type of valueConstructors in com.oracle.bmc.datascience.model with parameters of type ConfigurationPropertySchema.ValueType Constructor Description ConfigurationPropertySchema(String keyName, ConfigurationPropertySchema.ValueType valueType, String description, Boolean isMandatory, String defaultValue, String validationRegexp, String sampleValue)Deprecated.
-