Interface Watchlist.UpdateStages.WithDisplayName

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

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

    Modifier and Type
    Method
    Description
    withDisplayName(String displayName)
    Specifies the displayName property: The display name of the watchlist.
  • Method Details

    • withDisplayName

      Watchlist.Update withDisplayName(String displayName)
      Specifies the displayName property: The display name of the watchlist.
      Parameters:
      displayName - The display name of the watchlist.
      Returns:
      the next definition stage.