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