Uses of Class
com.gentics.contentnode.rest.model.scheduler.ScheduleStatus
-
Packages that use ScheduleStatus Package Description com.gentics.contentnode.rest.model.scheduler -
-
Uses of ScheduleStatus in com.gentics.contentnode.rest.model.scheduler
Methods in com.gentics.contentnode.rest.model.scheduler that return ScheduleStatus Modifier and Type Method Description ScheduleStatus
ScheduleModel. getStatus()
Get the current status of the schedule.static ScheduleStatus
ScheduleStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScheduleStatus[]
ScheduleStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gentics.contentnode.rest.model.scheduler with parameters of type ScheduleStatus Modifier and Type Method Description ScheduleModel
ScheduleModel. setStatus(ScheduleStatus status)
Set the current status of the schedule.
-