Interface Watchlist.UpdateStages.WithDescription

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

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

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: A description of the watchlist.
  • Method Details

    • withDescription

      Watchlist.Update withDescription(String description)
      Specifies the description property: A description of the watchlist.
      Parameters:
      description - A description of the watchlist.
      Returns:
      the next definition stage.