Interface WatchlistItem.UpdateStages.WithTenantId

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

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

    Modifier and Type
    Method
    Description
    withTenantId(String tenantId)
    Specifies the tenantId property: The tenantId to which the watchlist item belongs to.
  • Method Details

    • withTenantId

      WatchlistItem.Update withTenantId(String tenantId)
      Specifies the tenantId property: The tenantId to which the watchlist item belongs to.
      Parameters:
      tenantId - The tenantId to which the watchlist item belongs to.
      Returns:
      the next definition stage.