Interface Schedule.DefinitionStages.WithDailyRecurrence

All Known Subinterfaces:
Schedule.Definition, Schedule.DefinitionStages.WithCreate
Enclosing interface:
Schedule.DefinitionStages

public static interface Schedule.DefinitionStages.WithDailyRecurrence
The stage of the Schedule definition allowing to specify dailyRecurrence.
  • Method Details

    • withDailyRecurrence

      Schedule.DefinitionStages.WithCreate withDailyRecurrence(DayDetails dailyRecurrence)
      Specifies the dailyRecurrence property: If the schedule will occur once each day of the week, specify the daily recurrence..
      Parameters:
      dailyRecurrence - If the schedule will occur once each day of the week, specify the daily recurrence.
      Returns:
      the next definition stage.