Interface Bookmark.UpdateStages.WithNotes

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

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

    Modifier and Type
    Method
    Description
    Specifies the notes property: The notes of the bookmark.
  • Method Details

    • withNotes

      Bookmark.Update withNotes(String notes)
      Specifies the notes property: The notes of the bookmark.
      Parameters:
      notes - The notes of the bookmark.
      Returns:
      the next definition stage.