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