Interface Bookmark.DefinitionStages.WithQueryStartTime

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

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

    • withQueryStartTime

      Bookmark.DefinitionStages.WithCreate withQueryStartTime(OffsetDateTime queryStartTime)
      Specifies the queryStartTime property: The start time for the query.
      Parameters:
      queryStartTime - The start time for the query.
      Returns:
      the next definition stage.