Interface Schedule.UpdateStages.WithRecurrencePattern

All Known Subinterfaces:
Schedule.Update
Enclosing interface:
Schedule.UpdateStages

public static interface Schedule.UpdateStages.WithRecurrencePattern
The stage of the Schedule update allowing to specify recurrencePattern.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the recurrencePattern property: The recurrence pattern of the scheduled actions..
  • Method Details

    • withRecurrencePattern

      Schedule.Update withRecurrencePattern(RecurrencePattern recurrencePattern)
      Specifies the recurrencePattern property: The recurrence pattern of the scheduled actions..
      Parameters:
      recurrencePattern - The recurrence pattern of the scheduled actions.
      Returns:
      the next definition stage.