Uses of Enum Class
io.gs2.cdk.schedule.model.enums.RepeatSettingBeginDayOfWeek
Packages that use RepeatSettingBeginDayOfWeek
Package
Description
-
Uses of RepeatSettingBeginDayOfWeek in io.gs2.cdk.schedule.model
Methods in io.gs2.cdk.schedule.model with parameters of type RepeatSettingBeginDayOfWeekModifier and TypeMethodDescriptionstatic RepeatSettingRepeatSetting.repeatTypeIsWeekly(RepeatSettingBeginDayOfWeek beginDayOfWeek, RepeatSettingEndDayOfWeek endDayOfWeek, Integer beginHour, Integer endHour) static RepeatSettingRepeatSetting.repeatTypeIsWeekly(RepeatSettingBeginDayOfWeek beginDayOfWeek, RepeatSettingEndDayOfWeek endDayOfWeek, Integer beginHour, Integer endHour, RepeatSettingRepeatTypeIsWeeklyOptions options) -
Uses of RepeatSettingBeginDayOfWeek in io.gs2.cdk.schedule.model.enums
Methods in io.gs2.cdk.schedule.model.enums that return RepeatSettingBeginDayOfWeekModifier and TypeMethodDescriptionstatic RepeatSettingBeginDayOfWeekReturns the enum constant of this class with the specified name.static RepeatSettingBeginDayOfWeek[]RepeatSettingBeginDayOfWeek.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RepeatSettingBeginDayOfWeek in io.gs2.cdk.schedule.model.options
Fields in io.gs2.cdk.schedule.model.options declared as RepeatSettingBeginDayOfWeekMethods in io.gs2.cdk.schedule.model.options with parameters of type RepeatSettingBeginDayOfWeekModifier and TypeMethodDescriptionRepeatSettingOptions.withBeginDayOfWeek(RepeatSettingBeginDayOfWeek beginDayOfWeek)