Uses of Enum Class
com.gentics.contentnode.rest.model.scheduler.ScheduleStatus
-
Uses of ScheduleStatus in com.gentics.contentnode.rest.model.scheduler
Modifier and TypeMethodDescriptionScheduleModel.getStatus()
Get the current status of the schedule.static ScheduleStatus
Returns the enum constant of this class with the specified name.static ScheduleStatus[]
ScheduleStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionScheduleModel.setStatus
(ScheduleStatus status) Set the current status of the schedule.