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 Detail

      • 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.