Interface Bookmark.UpdateStages.WithUpdated

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

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

    Modifier and Type
    Method
    Description
    Specifies the updated property: The last time the bookmark was updated.
  • Method Details

    • withUpdated

      Bookmark.Update withUpdated(OffsetDateTime updated)
      Specifies the updated property: The last time the bookmark was updated.
      Parameters:
      updated - The last time the bookmark was updated.
      Returns:
      the next definition stage.