Uses of Class
com.xero.models.accounting.ReportRow
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of ReportRow in com.xero.models.accounting
Methods in com.xero.models.accounting that return ReportRow Modifier and Type Method Description ReportRowReportRow. addCellsItem(ReportCell cellsItem)ReportRowReportRow. cells(List<ReportCell> cells)ReportRowReportRow. rowType(RowType rowType)ReportRowReportRow. title(String title)Methods in com.xero.models.accounting that return types with arguments of type ReportRow Modifier and Type Method Description List<ReportRow>ReportRows. getRows()Get rowsMethods in com.xero.models.accounting with parameters of type ReportRow Modifier and Type Method Description ReportRowsReportRows. addRowsItem(ReportRow rowsItem)Method parameters in com.xero.models.accounting with type arguments of type ReportRow Modifier and Type Method Description ReportRowsReportRows. rows(List<ReportRow> rows)voidReportRows. setRows(List<ReportRow> rows)