Interface Bookmark.DefinitionStages.WithDisplayName

All Known Subinterfaces:
Bookmark.Definition, Bookmark.DefinitionStages.WithCreate
Enclosing interface:
Bookmark.DefinitionStages

public static interface Bookmark.DefinitionStages.WithDisplayName
The stage of the Bookmark definition allowing to specify displayName.
  • Method Details

    • withDisplayName

      Bookmark.DefinitionStages.WithCreate 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.