Interface Schedule.UpdateStages.WithNotes

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

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

    Modifier and Type
    Method
    Description
    Specifies the notes property: Notes for this schedule..
  • Method Details

    • withNotes

      Schedule.Update withNotes(String notes)
      Specifies the notes property: Notes for this schedule..
      Parameters:
      notes - Notes for this schedule.
      Returns:
      the next definition stage.