Uses of Class
com.xero.models.accounting.ReportAttribute
-
Packages that use 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)idReportAttributeReportAttribute. value(String value)valueMethods 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)attributesMethod parameters in com.xero.models.accounting with type arguments of type ReportAttribute Modifier and Type Method Description ReportCellReportCell. attributes(List<ReportAttribute> attributes)attributesvoidReportCell. setAttributes(List<ReportAttribute> attributes)attributes
-