Interface WatchlistItem.UpdateStages.WithWatchlistItemType

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

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

    Modifier and Type
    Method
    Description
    withWatchlistItemType(String watchlistItemType)
    Specifies the watchlistItemType property: The type of the watchlist item.
  • Method Details

    • withWatchlistItemType

      WatchlistItem.Update withWatchlistItemType(String watchlistItemType)
      Specifies the watchlistItemType property: The type of the watchlist item.
      Parameters:
      watchlistItemType - The type of the watchlist item.
      Returns:
      the next definition stage.