Bookmark.DefinitionStages.WithDisplayName Interface

public static interface Bookmark.DefinitionStages.WithDisplayName

The stage of the Bookmark definition allowing to specify displayName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDisplayName(String displayName)

Specifies the displayName property: The display name of the bookmark.

Method Details

withDisplayName

public abstract 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.

Applies to