Interface WatchlistItem.UpdateStages.WithItemsKeyValue

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

public static interface WatchlistItem.UpdateStages.WithItemsKeyValue
The stage of the WatchlistItem update allowing to specify itemsKeyValue.
  • Method Details

    • withItemsKeyValue

      WatchlistItem.Update withItemsKeyValue(Map<String,Object> itemsKeyValue)
      Specifies the itemsKeyValue property: key-value pairs for a watchlist item.
      Parameters:
      itemsKeyValue - key-value pairs for a watchlist item.
      Returns:
      the next definition stage.