Uses of Class
io.gs2.cdk.schedule.model.options.RepeatSettingOptions
Packages that use RepeatSettingOptions
-
Uses of RepeatSettingOptions in io.gs2.cdk.schedule.model
Constructors in io.gs2.cdk.schedule.model with parameters of type RepeatSettingOptionsModifierConstructorDescriptionRepeatSetting(RepeatSettingRepeatType repeatType, RepeatSettingOptions options) -
Uses of RepeatSettingOptions in io.gs2.cdk.schedule.model.options
Methods in io.gs2.cdk.schedule.model.options that return RepeatSettingOptionsModifier and TypeMethodDescriptionRepeatSettingOptions.withBeginDayOfMonth(Integer beginDayOfMonth) RepeatSettingOptions.withBeginDayOfWeek(RepeatSettingBeginDayOfWeek beginDayOfWeek) RepeatSettingOptions.withBeginHour(Integer beginHour) RepeatSettingOptions.withEndDayOfMonth(Integer endDayOfMonth) RepeatSettingOptions.withEndDayOfWeek(RepeatSettingEndDayOfWeek endDayOfWeek) RepeatSettingOptions.withEndHour(Integer endHour)