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