public static class CsvInvoicesReader.Result extends Object
| Constructor and Description |
|---|
Result(List<CsvInvoicesReader.ConvertedRow> convertedRows,
List<CsvInvoicesReader.RowError> rowErrors) |
| Modifier and Type | Method and Description |
|---|---|
List<CsvInvoicesReader.ConvertedRow> |
getConvertedRows() |
List<CsvInvoicesReader.RowError> |
getRowErrors() |
public Result(List<CsvInvoicesReader.ConvertedRow> convertedRows, List<CsvInvoicesReader.RowError> rowErrors)
public List<CsvInvoicesReader.ConvertedRow> getConvertedRows()
public List<CsvInvoicesReader.RowError> getRowErrors()
Copyright © 2014-2016 Konik.io. All Rights Reserved.