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