Interface Bookmark.UpdateStages.WithDisplayName

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

    public static interface Bookmark.UpdateStages.WithDisplayName
    The stage of the Bookmark update allowing to specify displayName.
    • Method Detail

      • withDisplayName

        Bookmark.Update withDisplayName​(String displayName)
        Specifies the displayName property: The display name of the bookmark.
        Parameters:
        displayName - The display name of the bookmark.
        Returns:
        the next definition stage.