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