Uses of Class
com.xero.models.accounting.ReportWithRow
-
Packages that use ReportWithRow Package Description com.xero.models.accounting -
-
Uses of ReportWithRow in com.xero.models.accounting
Methods in com.xero.models.accounting that return ReportWithRow Modifier and Type Method Description ReportWithRowReportWithRow. addFieldsItem(ReportFields fieldsItem)fieldsReportWithRowReportWithRow. addReportTitlesItem(String reportTitlesItem)Report titles array (3 to 4 strings with the report name, orgnisation name and time frame of report)ReportWithRowReportWithRow. addRowsItem(ReportRows rowsItem)rowsReportWithRowReportWithRow. fields(List<ReportFields> fields)fieldsReportWithRowReportWithRow. reportDate(String reportDate)Date of reportReportWithRowReportWithRow. reportID(String reportID)ID of the ReportReportWithRowReportWithRow. reportName(String reportName)Name of the reportReportWithRowReportWithRow. reportTitle(String reportTitle)Title of the reportReportWithRowReportWithRow. reportTitles(List<String> reportTitles)Report titles array (3 to 4 strings with the report name, orgnisation name and time frame of report)ReportWithRowReportWithRow. reportType(String reportType)The type of report (BalanceSheet,ProfitLoss, etc)ReportWithRowReportWithRow. rows(List<ReportRows> rows)rowsMethods in com.xero.models.accounting that return types with arguments of type ReportWithRow Modifier and Type Method Description List<ReportWithRow>ReportWithRows. getReports()Get reportsMethods in com.xero.models.accounting with parameters of type ReportWithRow Modifier and Type Method Description ReportWithRowsReportWithRows. addReportsItem(ReportWithRow reportsItem)reportsMethod parameters in com.xero.models.accounting with type arguments of type ReportWithRow Modifier and Type Method Description ReportWithRowsReportWithRows. reports(List<ReportWithRow> reports)reportsvoidReportWithRows. setReports(List<ReportWithRow> reports)reports
-