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 Detail

      • 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.