Interface Schedule.UpdateStages.WithFrequency

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

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

    Modifier and Type
    Method
    Description
    Specifies the frequency property: The frequency of this scheduled task..
  • Method Details

    • withFrequency

      Schedule.Update withFrequency(ScheduledFrequency frequency)
      Specifies the frequency property: The frequency of this scheduled task..
      Parameters:
      frequency - The frequency of this scheduled task.
      Returns:
      the next definition stage.