Uses of Enum Class
com.gentics.contentnode.rest.model.scheduler.IntervalUnit
-
Uses of IntervalUnit in com.gentics.contentnode.rest.model.scheduler
Modifier and TypeMethodDescriptionScheduleInterval.getUnit()
Get the interval time unit.static IntervalUnit
Returns the enum constant of this class with the specified name.static IntervalUnit[]
IntervalUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionScheduleInterval.setUnit
(IntervalUnit unit) Set the interval time unit.