Uses of Enum Class
io.gs2.cdk.schedule.model.enums.RepeatSettingEndDayOfWeek
Packages that use RepeatSettingEndDayOfWeek
Package
Description
-
Uses of RepeatSettingEndDayOfWeek in io.gs2.cdk.schedule.model
Methods in io.gs2.cdk.schedule.model with parameters of type RepeatSettingEndDayOfWeekModifier 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 RepeatSettingEndDayOfWeek in io.gs2.cdk.schedule.model.enums
Methods in io.gs2.cdk.schedule.model.enums that return RepeatSettingEndDayOfWeekModifier and TypeMethodDescriptionstatic RepeatSettingEndDayOfWeekReturns the enum constant of this class with the specified name.static RepeatSettingEndDayOfWeek[]RepeatSettingEndDayOfWeek.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RepeatSettingEndDayOfWeek in io.gs2.cdk.schedule.model.options
Fields in io.gs2.cdk.schedule.model.options declared as RepeatSettingEndDayOfWeekMethods in io.gs2.cdk.schedule.model.options with parameters of type RepeatSettingEndDayOfWeekModifier and TypeMethodDescriptionRepeatSettingOptions.withEndDayOfWeek(RepeatSettingEndDayOfWeek endDayOfWeek)