Interface WatchlistItem.UpdateStages.WithWatchlistItemId

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

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

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

    • withWatchlistItemId

      WatchlistItem.Update withWatchlistItemId(String watchlistItemId)
      Specifies the watchlistItemId property: The id (a Guid) of the watchlist item.
      Parameters:
      watchlistItemId - The id (a Guid) of the watchlist item.
      Returns:
      the next definition stage.