Interface Watchlist.UpdateStages.WithSource

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

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

    Modifier and Type
    Method
    Description
    Specifies the source property: The filename of the watchlist, called 'source'.
  • Method Details

    • withSource

      Watchlist.Update withSource(String source)
      Specifies the source property: The filename of the watchlist, called 'source'.
      Parameters:
      source - The filename of the watchlist, called 'source'.
      Returns:
      the next definition stage.