Interface Bookmark.UpdateStages.WithUpdatedBy

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

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

    Modifier and Type
    Method
    Description
    Specifies the updatedBy property: Describes a user that updated the bookmark.
  • Method Details

    • withUpdatedBy

      Bookmark.Update withUpdatedBy(UserInfo updatedBy)
      Specifies the updatedBy property: Describes a user that updated the bookmark.
      Parameters:
      updatedBy - Describes a user that updated the bookmark.
      Returns:
      the next definition stage.