Uses of Class
com.oracle.bmc.generativeai.model.ScheduleConfig.State
-
Packages that use ScheduleConfig.State Package Description com.oracle.bmc.generativeai.model -
-
Uses of ScheduleConfig.State in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return ScheduleConfig.State Modifier and Type Method Description static ScheduleConfig.StateScheduleConfig.State. create(String key)ScheduleConfig.StateScheduleConfig. getState()The state of the schedule.static ScheduleConfig.StateScheduleConfig.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduleConfig.State[]ScheduleConfig.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model with parameters of type ScheduleConfig.State Modifier and Type Method Description ScheduleCronConfig.BuilderScheduleCronConfig.Builder. state(ScheduleConfig.State state)ScheduleIntervalConfig.BuilderScheduleIntervalConfig.Builder. state(ScheduleConfig.State state)Constructors in com.oracle.bmc.generativeai.model with parameters of type ScheduleConfig.State Constructor Description ScheduleConfig(ScheduleConfig.State state, Date timeStart, Date timeEnd)Deprecated.ScheduleCronConfig(ScheduleConfig.State state, Date timeStart, Date timeEnd, String cronExpression)Deprecated.ScheduleIntervalConfig(ScheduleConfig.State state, Date timeStart, Date timeEnd, ScheduleIntervalConfig.Frequency frequency, Integer interval)Deprecated.
-