Uses of Enum Class
com.gentics.contentnode.rest.model.scheduler.IntervalUnit
Packages that use IntervalUnit
-
Uses of IntervalUnit in com.gentics.contentnode.rest.model.scheduler
Methods in com.gentics.contentnode.rest.model.scheduler that return IntervalUnitModifier 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.Methods in com.gentics.contentnode.rest.model.scheduler with parameters of type IntervalUnitModifier and TypeMethodDescriptionScheduleInterval.setUnit
(IntervalUnit unit) Set the interval time unit.