Interface Watchlist.UpdateStages.WithUpdated

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

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

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

    • withUpdated

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