Uses of Class
com.xero.models.accounting.ReportCell
-
Packages that use 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)attributesReportCellReportCell. attributes(List<ReportAttribute> attributes)attributesReportCellReportCell. value(String value)valueMethods 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)cellsReportRowsReportRows. addCellsItem(ReportCell cellsItem)cellsMethod parameters in com.xero.models.accounting with type arguments of type ReportCell Modifier and Type Method Description ReportRowReportRow. cells(List<ReportCell> cells)cellsReportRowsReportRows. cells(List<ReportCell> cells)cellsvoidReportRow. setCells(List<ReportCell> cells)cellsvoidReportRows. setCells(List<ReportCell> cells)cells
-