Share via


Bookmark.DefinitionStages.WithCreated Interface

public static interface Bookmark.DefinitionStages.WithCreated

The stage of the Bookmark definition allowing to specify created.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withCreated(OffsetDateTime created)

Specifies the created property: The time the bookmark was created.

Method Details

withCreated

public abstract Bookmark.DefinitionStages.WithCreate withCreated(OffsetDateTime created)

Specifies the created property: The time the bookmark was created.

Parameters:

created - The time the bookmark was created.

Returns:

the next definition stage.

Applies to