Interface Watchlist.UpdateStages.WithWatchlistAlias

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

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

    Modifier and Type
    Method
    Description
    withWatchlistAlias(String watchlistAlias)
    Specifies the watchlistAlias property: The alias of the watchlist.
  • Method Details

    • withWatchlistAlias

      Watchlist.Update withWatchlistAlias(String watchlistAlias)
      Specifies the watchlistAlias property: The alias of the watchlist.
      Parameters:
      watchlistAlias - The alias of the watchlist.
      Returns:
      the next definition stage.