Interface Watchlist.DefinitionStages.WithDisplayName

All Known Subinterfaces:
Watchlist.Definition, Watchlist.DefinitionStages.WithCreate
Enclosing interface:
Watchlist.DefinitionStages

public static interface Watchlist.DefinitionStages.WithDisplayName
The stage of the Watchlist definition allowing to specify displayName.
  • Method Details

    • withDisplayName

      Watchlist.DefinitionStages.WithCreate 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.