Uses of Class
com.xero.models.accounting.ReportCell
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of ReportCell in com.xero.models.accounting
Methods in com.xero.models.accounting that return ReportCell Modifier and Type Method Description ReportCellReportCell. addAttributesItem(ReportAttribute attributesItem)ReportCellReportCell. attributes(List<ReportAttribute> attributes)ReportCellReportCell. value(String value)Methods in com.xero.models.accounting that return types with arguments of type ReportCell Modifier and Type Method Description List<ReportCell>ReportRow. getCells()Get cellsList<ReportCell>ReportRows. getCells()Get cellsMethods in com.xero.models.accounting with parameters of type ReportCell Modifier and Type Method Description ReportRowReportRow. addCellsItem(ReportCell cellsItem)ReportRowsReportRows. addCellsItem(ReportCell cellsItem)Method parameters in com.xero.models.accounting with type arguments of type ReportCell Modifier and Type Method Description ReportRowReportRow. cells(List<ReportCell> cells)ReportRowsReportRows. cells(List<ReportCell> cells)voidReportRow. setCells(List<ReportCell> cells)voidReportRows. setCells(List<ReportCell> cells)