Interface WatchlistItem.DefinitionStages.WithWatchlistItemType

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

public static interface WatchlistItem.DefinitionStages.WithWatchlistItemType
The stage of the WatchlistItem definition allowing to specify watchlistItemType.
  • Method Details

    • withWatchlistItemType

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