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 Detail

      • 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.