Interface Watchlist.UpdateStages.WithNumberOfLinesToSkip

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

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

      • withNumberOfLinesToSkip

        Watchlist.Update withNumberOfLinesToSkip​(Integer numberOfLinesToSkip)
        Specifies the numberOfLinesToSkip property: The number of lines in a csv/tsv content to skip before the header.
        Parameters:
        numberOfLinesToSkip - The number of lines in a csv/tsv content to skip before the header.
        Returns:
        the next definition stage.