Interface Bookmark.DefinitionStages.WithQueryEndTime

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

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

    • withQueryEndTime

      Bookmark.DefinitionStages.WithCreate withQueryEndTime(OffsetDateTime queryEndTime)
      Specifies the queryEndTime property: The end time for the query.
      Parameters:
      queryEndTime - The end time for the query.
      Returns:
      the next definition stage.