Package com.xero.models.finance
Class ReportHistoryResponse
java.lang.Object
com.xero.models.finance.ReportHistoryResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddReportsItem(ReportHistoryModel reportsItem) reportsendDate(org.threeten.bp.LocalDate endDate) The end date of the reportbooleanorg.threeten.bp.LocalDateThe end date of the reportThe requested Organisation to which the data pertainsGet reportsinthashCode()organisationId(UUID organisationId) The requested Organisation to which the data pertainsreports(List<ReportHistoryModel> reports) reportsvoidsetEndDate(org.threeten.bp.LocalDate endDate) The end date of the reportvoidsetOrganisationId(UUID organisationId) The requested Organisation to which the data pertainsvoidsetReports(List<ReportHistoryModel> reports) reportstoString()
-
Constructor Details
-
ReportHistoryResponse
public ReportHistoryResponse()
-
-
Method Details
-
organisationId
The requested Organisation to which the data pertains- Parameters:
organisationId- UUID- Returns:
- ReportHistoryResponse
-
getOrganisationId
The requested Organisation to which the data pertains- Returns:
- organisationId
-
setOrganisationId
The requested Organisation to which the data pertains- Parameters:
organisationId- UUID
-
endDate
The end date of the report- Parameters:
endDate- LocalDate- Returns:
- ReportHistoryResponse
-
getEndDate
public org.threeten.bp.LocalDate getEndDate()The end date of the report- Returns:
- endDate
-
setEndDate
public void setEndDate(org.threeten.bp.LocalDate endDate) The end date of the report- Parameters:
endDate- LocalDate
-
reports
reports- Parameters:
reports- List<ReportHistoryModel>- Returns:
- ReportHistoryResponse
-
addReportsItem
reports- Parameters:
reportsItem- ReportHistoryModel- Returns:
- ReportHistoryResponse
-
getReports
-
setReports
reports- Parameters:
reports- List<ReportHistoryModel>
-
equals
-
hashCode
-
toString
-