Interface Watchlist.UpdateStages.WithCreatedBy

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

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

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

    • withCreatedBy

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