Uses of Class
com.xero.models.accounting.Report
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of Report in com.xero.models.accounting
Methods in com.xero.models.accounting that return Report Modifier and Type Method Description ReportReport. addContactsItem(TenNinetyNineContact contactsItem)ReportReport. contacts(List<TenNinetyNineContact> contacts)ReportReport. reportDate(String reportDate)ReportReport. reportID(String reportID)ReportReport. reportName(String reportName)ReportReport. reportTitle(String reportTitle)ReportReport. reportType(Report.ReportTypeEnum reportType)Methods in com.xero.models.accounting that return types with arguments of type Report Modifier and Type Method Description List<Report>Reports. getReports()Get reportsMethods in com.xero.models.accounting with parameters of type Report Modifier and Type Method Description ReportsReports. addReportsItem(Report reportsItem)Method parameters in com.xero.models.accounting with type arguments of type Report Modifier and Type Method Description ReportsReports. reports(List<Report> reports)voidReports. setReports(List<Report> reports)