Uses of Class
com.xero.models.accounting.ReportAttribute
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of ReportAttribute in com.xero.models.accounting
Methods in com.xero.models.accounting that return ReportAttribute Modifier and Type Method Description ReportAttributeReportAttribute. id(String id)ReportAttributeReportAttribute. value(String value)Methods in com.xero.models.accounting that return types with arguments of type ReportAttribute Modifier and Type Method Description List<ReportAttribute>ReportCell. getAttributes()Get attributesMethods in com.xero.models.accounting with parameters of type ReportAttribute Modifier and Type Method Description ReportCellReportCell. addAttributesItem(ReportAttribute attributesItem)Method parameters in com.xero.models.accounting with type arguments of type ReportAttribute Modifier and Type Method Description ReportCellReportCell. attributes(List<ReportAttribute> attributes)voidReportCell. setAttributes(List<ReportAttribute> attributes)