| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
ReportRows |
ReportRows.addCellsItem(ReportCell cellsItem) |
ReportRows |
ReportRows.addRowsItem(ReportRow rowsItem) |
ReportRows |
ReportRows.cells(List<ReportCell> cells) |
ReportRows |
ReportRows.rows(List<ReportRow> rows) |
ReportRows |
ReportRows.rowType(RowType rowType) |
ReportRows |
ReportRows.title(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<ReportRows> |
ReportWithRow.getRows()
Get rows
|
| Modifier and Type | Method and Description |
|---|---|
ReportWithRow |
ReportWithRow.addRowsItem(ReportRows rowsItem) |
| Modifier and Type | Method and Description |
|---|---|
ReportWithRow |
ReportWithRow.rows(List<ReportRows> rows) |
void |
ReportWithRow.setRows(List<ReportRows> rows) |
Copyright © 2020. All rights reserved.