Uses of Class
com.gentics.contentnode.rest.model.scheduler.ScheduleType
-
Packages that use ScheduleType Package Description com.gentics.contentnode.rest.model.scheduler -
-
Uses of ScheduleType in com.gentics.contentnode.rest.model.scheduler
Methods in com.gentics.contentnode.rest.model.scheduler that return ScheduleType Modifier and Type Method Description ScheduleType
ScheduleData. getType()
Get the schedule type.static ScheduleType
ScheduleType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScheduleType[]
ScheduleType. 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 ScheduleType Modifier and Type Method Description ScheduleData
ScheduleData. setType(ScheduleType type)
Set the schedule type.
-