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 Summary

    Modifier and Type
    Method
    Description
    withDisplayName(String displayName)
    Specifies the displayName property: The display name of the bookmark.
  • Method Details

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