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