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