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