Interface Watchlist.DefinitionStages.WithNumberOfLinesToSkip

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

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

    • withNumberOfLinesToSkip

      Watchlist.DefinitionStages.WithCreate 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.