Class YearlyNthDayOfWeekConfig
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDefines the day (Days) in a yearly pattern.Defines the month (Months) in a yearly pattern.Defines the nth (Nth) day in a yearly pattern.voidsetYearlyDay(Days yearlyDay) Defines the day (Days) in a yearly pattern.voidsetYearlyMonth(Months yearlyMonth) Defines the month (Months) in a yearly pattern.voidsetYearlyNth(Nth yearlyNth) Defines the nth (Nth) day in a yearly pattern.Methods inherited from class net.datenwerke.scheduler.service.scheduler.triggers.complex.config.DateTriggerConfig
getAtTime, getDailyRepeatType, getEndType, getFirstExecution, getId, getLastExecution, getNumberOfExecutions, getTimeRangeEnd, getTimeRangeInterval, getTimeRangeStart, getTimeRangeUnit, getVersion, setAtTime, setAtTime, setDailyRepeatType, setEndType, setFirstExecution, setId, setLastExecution, setNumberOfExecutions, setTimeRangeEnd, setTimeRangeInterval, setTimeRangeStart, setTimeRangeUnit, setVersion
-
Constructor Details
-
YearlyNthDayOfWeekConfig
public YearlyNthDayOfWeekConfig()
-
-
Method Details
-
getYearlyNth
Defines the nth (Nth) day in a yearly pattern.Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.YEARLYandSeriesConfigurationForm.SeriesSubPatternis set to#YEARLY_Nth_DAY_OF_WEEK_IN_MONTH -
setYearlyNth
Defines the nth (Nth) day in a yearly pattern.Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.YEARLYandSeriesConfigurationForm.SeriesSubPatternis set to#YEARLY_Nth_DAY_OF_WEEK_IN_MONTH- Parameters:
yearlyNth-
-
getYearlyDay
Defines the day (Days) in a yearly pattern.Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.YEARLYandSeriesConfigurationForm.SeriesSubPatternis set to#YEARLY_Nth_DAY_OF_WEEK_IN_MONTH -
setYearlyDay
Defines the day (Days) in a yearly pattern.Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.YEARLYandSeriesConfigurationForm.SeriesSubPatternis set to#YEARLY_Nth_DAY_OF_WEEK_IN_MONTH- Parameters:
yearlyDay-
-
getYearlyMonth
Defines the month (Months) in a yearly pattern.Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.YEARLYandSeriesConfigurationForm.SeriesSubPatternis set to#YEARLY_Nth_DAY_OF_WEEK_IN_MONTH -
setYearlyMonth
Defines the month (Months) in a yearly pattern.Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.YEARLYandSeriesConfigurationForm.SeriesSubPatternis set to#YEARLY_Nth_DAY_OF_WEEK_IN_MONTH
-