Interface Watchlist.UpdateStages.WithRawContent

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

    public static interface Watchlist.UpdateStages.WithRawContent
    The stage of the Watchlist update allowing to specify rawContent.
    • Method Detail

      • withRawContent

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