Interface Watchlist.UpdateStages.WithContentType

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

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

    Modifier and Type
    Method
    Description
    withContentType(String contentType)
    Specifies the contentType property: The content type of the raw content.
  • Method Details

    • withContentType

      Watchlist.Update 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.