Uses of Enum Class
com.gentics.contentnode.rest.model.scheduler.ScheduleStatus
Packages that use ScheduleStatus
-
Uses of ScheduleStatus in com.gentics.contentnode.rest.model.scheduler
Methods in com.gentics.contentnode.rest.model.scheduler that return ScheduleStatusModifier 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.Methods in com.gentics.contentnode.rest.model.scheduler with parameters of type ScheduleStatusModifier and TypeMethodDescriptionScheduleModel.setStatus
(ScheduleStatus status) Set the current status of the schedule.