Uses of Class
com.oracle.bmc.dataintegration.model.PartitionConfig.ModelType
-
Packages that use PartitionConfig.ModelType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of PartitionConfig.ModelType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return PartitionConfig.ModelType Modifier and Type Method Description static PartitionConfig.ModelType
PartitionConfig.ModelType. create(String key)
static PartitionConfig.ModelType
PartitionConfig.ModelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PartitionConfig.ModelType[]
PartitionConfig.ModelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-