Interface Bookmark.UpdateStages.WithCreatedBy

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

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

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

    • withCreatedBy

      Bookmark.Update withCreatedBy(UserInfo createdBy)
      Specifies the createdBy property: Describes a user that created the bookmark.
      Parameters:
      createdBy - Describes a user that created the bookmark.
      Returns:
      the next definition stage.