Interface Schedule.DefinitionStages.WithHourlyRecurrence

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

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

    • withHourlyRecurrence

      Schedule.DefinitionStages.WithCreate withHourlyRecurrence(HourDetails hourlyRecurrence)
      Specifies the hourlyRecurrence property: If the schedule will occur multiple times a day, specify the hourly recurrence..
      Parameters:
      hourlyRecurrence - If the schedule will occur multiple times a day, specify the hourly recurrence.
      Returns:
      the next definition stage.