Interface WatchlistItem.DefinitionStages.WithIsDeleted

All Known Subinterfaces:
WatchlistItem.Definition, WatchlistItem.DefinitionStages.WithCreate
Enclosing interface:
WatchlistItem.DefinitionStages

public static interface WatchlistItem.DefinitionStages.WithIsDeleted
The stage of the WatchlistItem definition allowing to specify isDeleted.
  • Method Details

    • withIsDeleted

      Specifies the isDeleted property: A flag that indicates if the watchlist item is deleted or not.
      Parameters:
      isDeleted - A flag that indicates if the watchlist item is deleted or not.
      Returns:
      the next definition stage.