Interface WatchlistItem.UpdateStages.WithCreated

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

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

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

    • withCreated

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