Interface Watchlist.UpdateStages.WithWatchlistType

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

public static interface Watchlist.UpdateStages.WithWatchlistType
The stage of the Watchlist update allowing to specify watchlistType.
  • Method Summary

    Modifier and Type
    Method
    Description
    withWatchlistType(String watchlistType)
    Specifies the watchlistType property: The type of the watchlist.
  • Method Details

    • withWatchlistType

      Watchlist.Update withWatchlistType(String watchlistType)
      Specifies the watchlistType property: The type of the watchlist.
      Parameters:
      watchlistType - The type of the watchlist.
      Returns:
      the next definition stage.