Uses of Class
com.gentics.contentnode.rest.model.response.scheduler.SchedulerStatus
-
Packages that use SchedulerStatus Package Description com.gentics.contentnode.rest.model.response.scheduler -
-
Uses of SchedulerStatus in com.gentics.contentnode.rest.model.response.scheduler
Fields in com.gentics.contentnode.rest.model.response.scheduler declared as SchedulerStatus Modifier and Type Field Description protected SchedulerStatus
SchedulerStatusResponse. status
Methods in com.gentics.contentnode.rest.model.response.scheduler that return SchedulerStatus Modifier and Type Method Description SchedulerStatus
SchedulerStatusResponse. getStatus()
Scheduler statusstatic SchedulerStatus
SchedulerStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchedulerStatus[]
SchedulerStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gentics.contentnode.rest.model.response.scheduler with parameters of type SchedulerStatus Modifier and Type Method Description SchedulerStatusResponse
SchedulerStatusResponse. setStatus(SchedulerStatus status)
Set the status
-