Interface Watchlist.UpdateStages.WithWatchlistId

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

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

    Modifier and Type
    Method
    Description
    withWatchlistId(String watchlistId)
    Specifies the watchlistId property: The id (a Guid) of the watchlist.
  • Method Details

    • withWatchlistId

      Watchlist.Update withWatchlistId(String watchlistId)
      Specifies the watchlistId property: The id (a Guid) of the watchlist.
      Parameters:
      watchlistId - The id (a Guid) of the watchlist.
      Returns:
      the next definition stage.