Uses of Enum Class
io.gs2.cdk.schedule.model.enums.EventRepeatBeginDayOfWeek
Packages that use EventRepeatBeginDayOfWeek
Package
Description
-
Uses of EventRepeatBeginDayOfWeek in io.gs2.cdk.schedule.model
Methods in io.gs2.cdk.schedule.model with parameters of type EventRepeatBeginDayOfWeekModifier and TypeMethodDescriptionstatic EventEvent.repeatTypeIsWeekly(String name, EventScheduleType scheduleType, RepeatSetting repeatSetting, EventRepeatBeginDayOfWeek repeatBeginDayOfWeek, EventRepeatEndDayOfWeek repeatEndDayOfWeek, Integer repeatBeginHour, Integer repeatEndHour) static EventEvent.repeatTypeIsWeekly(String name, EventScheduleType scheduleType, RepeatSetting repeatSetting, EventRepeatBeginDayOfWeek repeatBeginDayOfWeek, EventRepeatEndDayOfWeek repeatEndDayOfWeek, Integer repeatBeginHour, Integer repeatEndHour, EventRepeatTypeIsWeeklyOptions options) -
Uses of EventRepeatBeginDayOfWeek in io.gs2.cdk.schedule.model.enums
Methods in io.gs2.cdk.schedule.model.enums that return EventRepeatBeginDayOfWeekModifier and TypeMethodDescriptionstatic EventRepeatBeginDayOfWeekReturns the enum constant of this class with the specified name.static EventRepeatBeginDayOfWeek[]EventRepeatBeginDayOfWeek.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EventRepeatBeginDayOfWeek in io.gs2.cdk.schedule.model.options
Fields in io.gs2.cdk.schedule.model.options declared as EventRepeatBeginDayOfWeekMethods in io.gs2.cdk.schedule.model.options with parameters of type EventRepeatBeginDayOfWeekModifier and TypeMethodDescriptionEventOptions.withRepeatBeginDayOfWeek(EventRepeatBeginDayOfWeek repeatBeginDayOfWeek)