Interface Schedule.DefinitionStages.WithWeeklyRecurrence

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

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

    • withWeeklyRecurrence

      Schedule.DefinitionStages.WithCreate withWeeklyRecurrence(WeekDetails weeklyRecurrence)
      Specifies the weeklyRecurrence property: If the schedule will occur only some days of the week, specify the weekly recurrence..
      Parameters:
      weeklyRecurrence - If the schedule will occur only some days of the week, specify the weekly recurrence.
      Returns:
      the next definition stage.