Uses of Class
com.xero.models.finance.ReportHistoryResponse
Packages that use ReportHistoryResponse
-
Uses of ReportHistoryResponse in com.xero.api.client
Methods in com.xero.api.client that return ReportHistoryResponseModifier and TypeMethodDescriptionFinanceApi.getAccountingActivityReportHistory(String accessToken, String xeroTenantId, String endDate) Get report history For a specified organisation, provides a summary of all the reports published within a given period, which may be an indicator for good business management and oversight. -
Uses of ReportHistoryResponse in com.xero.models.finance
Methods in com.xero.models.finance that return ReportHistoryResponseModifier and TypeMethodDescriptionReportHistoryResponse.addReportsItem(ReportHistoryModel reportsItem) reportsReportHistoryResponse.endDate(org.threeten.bp.LocalDate endDate) The end date of the reportReportHistoryResponse.organisationId(UUID organisationId) The requested Organisation to which the data pertainsReportHistoryResponse.reports(List<ReportHistoryModel> reports) reports