Uses of Class
com.xero.models.accounting.ReportWithRow
Packages that use ReportWithRow
-
Uses of ReportWithRow in com.xero.models.accounting
Methods in com.xero.models.accounting that return ReportWithRowModifier and TypeMethodDescriptionReportWithRow.addFieldsItem(ReportFields fieldsItem) fieldsReportWithRow.addReportTitlesItem(String reportTitlesItem) Report titles array (3 to 4 strings with the report name, orgnisation name and time frame of report)ReportWithRow.addRowsItem(ReportRows rowsItem) rowsReportWithRow.fields(List<ReportFields> fields) fieldsReportWithRow.reportDate(String reportDate) Date of reportID of the ReportReportWithRow.reportName(String reportName) Name of the reportReportWithRow.reportTitle(String reportTitle) Title of the reportReportWithRow.reportTitles(List<String> reportTitles) Report titles array (3 to 4 strings with the report name, orgnisation name and time frame of report)ReportWithRow.reportType(String reportType) The type of report (BalanceSheet,ProfitLoss, etc)ReportWithRow.rows(List<ReportRows> rows) rowsMethods in com.xero.models.accounting that return types with arguments of type ReportWithRowMethods in com.xero.models.accounting with parameters of type ReportWithRowModifier and TypeMethodDescriptionReportWithRows.addReportsItem(ReportWithRow reportsItem) reportsMethod parameters in com.xero.models.accounting with type arguments of type ReportWithRowModifier and TypeMethodDescriptionReportWithRows.reports(List<ReportWithRow> reports) reportsvoidReportWithRows.setReports(List<ReportWithRow> reports) reports