Uses of Enum Class
io.gs2.cdk.schedule.model.enums.EventRepeatType
Packages that use EventRepeatType
-
Uses of EventRepeatType in io.gs2.cdk.schedule.model
Methods in io.gs2.cdk.schedule.model with parameters of type EventRepeatTypeModifier and TypeMethodDescriptionstatic EventEvent.scheduleTypeIsAbsolute(String name, RepeatSetting repeatSetting, EventRepeatType repeatType) static EventEvent.scheduleTypeIsAbsolute(String name, RepeatSetting repeatSetting, EventRepeatType repeatType, EventScheduleTypeIsAbsoluteOptions options) static EventEvent.scheduleTypeIsRelative(String name, RepeatSetting repeatSetting, EventRepeatType repeatType, String relativeTriggerName) static EventEvent.scheduleTypeIsRelative(String name, RepeatSetting repeatSetting, EventRepeatType repeatType, String relativeTriggerName, EventScheduleTypeIsRelativeOptions options) Constructors in io.gs2.cdk.schedule.model with parameters of type EventRepeatTypeModifierConstructorDescriptionEvent(String name, EventScheduleType scheduleType, RepeatSetting repeatSetting, EventRepeatType repeatType) Event(String name, EventScheduleType scheduleType, RepeatSetting repeatSetting, EventRepeatType repeatType, EventOptions options) -
Uses of EventRepeatType in io.gs2.cdk.schedule.model.enums
Methods in io.gs2.cdk.schedule.model.enums that return EventRepeatTypeModifier and TypeMethodDescriptionstatic EventRepeatTypeReturns the enum constant of this class with the specified name.static EventRepeatType[]EventRepeatType.values()Returns an array containing the constants of this enum class, in the order they are declared.