Interface WatchlistItem.UpdateStages.WithUpdatedBy

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

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

    Modifier and Type
    Method
    Description
    Specifies the updatedBy property: Describes a user that updated the watchlist item.
  • Method Details

    • withUpdatedBy

      WatchlistItem.Update withUpdatedBy(UserInfo updatedBy)
      Specifies the updatedBy property: Describes a user that updated the watchlist item.
      Parameters:
      updatedBy - Describes a user that updated the watchlist item.
      Returns:
      the next definition stage.