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