Package com.xero.models.finance
Class AccountUsageResponse
java.lang.Object
com.xero.models.finance.AccountUsageResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountUsage(List<AccountUsage> accountUsage) accountUsageaddAccountUsageItem(AccountUsage accountUsageItem) accountUsageThe end month of the reportbooleanGet accountUsageThe end month of the reportThe requested Organisation to which the data pertainsThe start month of the reportinthashCode()organisationId(UUID organisationId) The requested Organisation to which the data pertainsvoidsetAccountUsage(List<AccountUsage> accountUsage) accountUsagevoidsetEndMonth(String endMonth) The end month of the reportvoidsetOrganisationId(UUID organisationId) The requested Organisation to which the data pertainsvoidsetStartMonth(String startMonth) The start month of the reportstartMonth(String startMonth) The start month of the reporttoString()
-
Constructor Details
-
AccountUsageResponse
public AccountUsageResponse()
-
-
Method Details
-
organisationId
The requested Organisation to which the data pertains- Parameters:
organisationId- UUID- Returns:
- AccountUsageResponse
-
getOrganisationId
The requested Organisation to which the data pertains- Returns:
- organisationId
-
setOrganisationId
The requested Organisation to which the data pertains- Parameters:
organisationId- UUID
-
startMonth
The start month of the report- Parameters:
startMonth- String- Returns:
- AccountUsageResponse
-
getStartMonth
-
setStartMonth
The start month of the report- Parameters:
startMonth- String
-
endMonth
The end month of the report- Parameters:
endMonth- String- Returns:
- AccountUsageResponse
-
getEndMonth
-
setEndMonth
-
accountUsage
accountUsage- Parameters:
accountUsage- List<AccountUsage>- Returns:
- AccountUsageResponse
-
addAccountUsageItem
accountUsage- Parameters:
accountUsageItem- AccountUsage- Returns:
- AccountUsageResponse
-
getAccountUsage
-
setAccountUsage
accountUsage- Parameters:
accountUsage- List<AccountUsage>
-
equals
-
hashCode
-
toString
-