Interface Watchlist.DefinitionStages.WithContentType

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

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

    • withContentType

      Watchlist.DefinitionStages.WithCreate withContentType(String contentType)
      Specifies the contentType property: The content type of the raw content. Example : text/csv or text/tsv .
      Parameters:
      contentType - The content type of the raw content. Example : text/csv or text/tsv.
      Returns:
      the next definition stage.