Uses of Class
com.xero.models.accounting.ReportRows
-
Packages that use ReportRows Package Description com.xero.models.accounting -
-
Uses of ReportRows in com.xero.models.accounting
Methods in com.xero.models.accounting that return ReportRows Modifier and Type Method Description ReportRowsReportRows. addCellsItem(ReportCell cellsItem)cellsReportRowsReportRows. addRowsItem(ReportRow rowsItem)rowsReportRowsReportRows. cells(List<ReportCell> cells)cellsReportRowsReportRows. rows(List<ReportRow> rows)rowsReportRowsReportRows. rowType(RowType rowType)rowTypeReportRowsReportRows. title(String title)titleMethods in com.xero.models.accounting that return types with arguments of type ReportRows Modifier and Type Method Description List<ReportRows>ReportWithRow. getRows()Get rowsMethods in com.xero.models.accounting with parameters of type ReportRows Modifier and Type Method Description ReportWithRowReportWithRow. addRowsItem(ReportRows rowsItem)rowsMethod parameters in com.xero.models.accounting with type arguments of type ReportRows Modifier and Type Method Description ReportWithRowReportWithRow. rows(List<ReportRows> rows)rowsvoidReportWithRow. setRows(List<ReportRows> rows)rows
-