Interface Watchlist.DefinitionStages.WithWatchlistId

All Known Subinterfaces:
Watchlist.Definition, Watchlist.DefinitionStages.WithCreate
Enclosing interface:
Watchlist.DefinitionStages

public static interface Watchlist.DefinitionStages.WithWatchlistId
The stage of the Watchlist definition allowing to specify watchlistId.
  • Method Details

    • withWatchlistId

      Watchlist.DefinitionStages.WithCreate 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.