Uses of Class
com.xero.models.accounting.ReportRow
-
Packages that use 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)cellsReportRowReportRow. cells(List<ReportCell> cells)cellsReportRowReportRow. rowType(RowType rowType)rowTypeReportRowReportRow. title(String title)titleMethods 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)rowsMethod parameters in com.xero.models.accounting with type arguments of type ReportRow Modifier and Type Method Description ReportRowsReportRows. rows(List<ReportRow> rows)rowsvoidReportRows. setRows(List<ReportRow> rows)rows
-