Uses of Class
com.xero.models.accounting.Report
-
Packages that use 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)contactsReportReport. contacts(List<TenNinetyNineContact> contacts)contactsReportReport. reportDate(String reportDate)Date of reportReportReport. reportName(String reportName)See Prepayment TypesReportReport. reportTitle(String reportTitle)See Prepayment TypesReportReport. reportType(Report.ReportTypeEnum reportType)See Prepayment TypesMethods 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)reportsMethod parameters in com.xero.models.accounting with type arguments of type Report Modifier and Type Method Description ReportsReports. reports(List<Report> reports)reportsvoidReports. setReports(List<Report> reports)reports
-