Interface WatchlistItem.DefinitionStages.WithEntityMapping

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

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

    • withEntityMapping

      WatchlistItem.DefinitionStages.WithCreate 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.