Bookmark.DefinitionStages.WithCreatedBy Interface

public static interface Bookmark.DefinitionStages.WithCreatedBy

The stage of the Bookmark definition allowing to specify createdBy.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withCreatedBy(UserInfo createdBy)

Specifies the createdBy property: Describes a user that created the bookmark.

Method Details

withCreatedBy

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

Applies to