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