Interface Watchlist.UpdateStages.WithIsDeleted

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

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

    Modifier and Type
    Method
    Description
    Specifies the isDeleted property: A flag that indicates if the watchlist is deleted or not.
  • Method Details

    • withIsDeleted

      Watchlist.Update withIsDeleted(Boolean isDeleted)
      Specifies the isDeleted property: A flag that indicates if the watchlist is deleted or not.
      Parameters:
      isDeleted - A flag that indicates if the watchlist is deleted or not.
      Returns:
      the next definition stage.