Interface Watchlist.UpdateStages.WithProvider

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

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

    Modifier and Type
    Method
    Description
    withProvider(String provider)
    Specifies the provider property: The provider of the watchlist.
  • Method Details

    • withProvider

      Watchlist.Update withProvider(String provider)
      Specifies the provider property: The provider of the watchlist.
      Parameters:
      provider - The provider of the watchlist.
      Returns:
      the next definition stage.