Interface Watchlist.UpdateStages.WithCreated

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

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

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

    • withCreated

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