Interface Watchlist.DefinitionStages.WithRawContent

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

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

    • withRawContent

      Watchlist.DefinitionStages.WithCreate withRawContent(String rawContent)
      Specifies the rawContent property: The raw content that represents to watchlist items to create. In case of csv/tsv content type, it's the content of the file that will parsed by the endpoint.
      Parameters:
      rawContent - The raw content that represents to watchlist items to create. In case of csv/tsv content type, it's the content of the file that will parsed by the endpoint.
      Returns:
      the next definition stage.