Interface Bookmark.UpdateStages.WithQueryEndTime

All Known Subinterfaces:
Bookmark.Update
Enclosing interface:
Bookmark.UpdateStages

public static interface Bookmark.UpdateStages.WithQueryEndTime
The stage of the Bookmark update allowing to specify queryEndTime.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the queryEndTime property: The end time for the query.
  • Method Details

    • withQueryEndTime

      Bookmark.Update 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.