Interface Csv.Builder

    • Method Detail

      • columnNamesWithStrings

        Csv.Builder columnNamesWithStrings​(Collection<String> columnNames)

        The column names specified in the .csv file.

        Parameters:
        columnNames - The column names specified in the .csv file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • columnNamesWithStrings

        Csv.Builder columnNamesWithStrings​(String... columnNames)

        The column names specified in the .csv file.

        Parameters:
        columnNames - The column names specified in the .csv file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • columnNames

        Csv.Builder columnNames​(Collection<ColumnName> columnNames)

        The column names specified in the .csv file.

        Parameters:
        columnNames - The column names specified in the .csv file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • columnNames

        Csv.Builder columnNames​(ColumnName... columnNames)

        The column names specified in the .csv file.

        Parameters:
        columnNames - The column names specified in the .csv file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.