Interface Bookmark.UpdateStages.WithCreated

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

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

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

    • withCreated

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