Interface WatchlistItem.UpdateStages.WithUpdated

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

public static interface WatchlistItem.UpdateStages.WithUpdated
The stage of the WatchlistItem update allowing to specify updated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the updated property: The last time the watchlist item was updated.
  • Method Details

    • withUpdated

      WatchlistItem.Update withUpdated(OffsetDateTime updated)
      Specifies the updated property: The last time the watchlist item was updated.
      Parameters:
      updated - The last time the watchlist item was updated.
      Returns:
      the next definition stage.