Interface WatchlistItem.UpdateStages.WithCreatedBy

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

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

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

    • withCreatedBy

      WatchlistItem.Update withCreatedBy(UserInfo createdBy)
      Specifies the createdBy property: Describes a user that created the watchlist item.
      Parameters:
      createdBy - Describes a user that created the watchlist item.
      Returns:
      the next definition stage.