Interface Schedule.DefinitionStages.WithRecurrencePattern

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

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

    • withRecurrencePattern

      Schedule.DefinitionStages.WithCreate 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.