Interface WatchlistItem.UpdateStages.WithEntityMapping

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

public static interface WatchlistItem.UpdateStages.WithEntityMapping
The stage of the WatchlistItem update allowing to specify entityMapping.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the entityMapping property: key-value pairs for a watchlist item entity mapping.
  • Method Details

    • withEntityMapping

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