Interface Bookmark.UpdateStages.WithEventTime

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

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

    Modifier and Type
    Method
    Description
    Specifies the eventTime property: The bookmark event time.
  • Method Details

    • withEventTime

      Bookmark.Update withEventTime(OffsetDateTime eventTime)
      Specifies the eventTime property: The bookmark event time.
      Parameters:
      eventTime - The bookmark event time.
      Returns:
      the next definition stage.