Package com.xero.models.finance
Class TrialBalanceResponse
java.lang.Object
com.xero.models.finance.TrialBalanceResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccounts(List<TrialBalanceAccount> accounts) Refer to the accounts section belowaddAccountsItem(TrialBalanceAccount accountsItem) Refer to the accounts section belowendDate(org.threeten.bp.LocalDate endDate) End date of the reportbooleanRefer to the accounts section beloworg.threeten.bp.LocalDateEnd date of the reportorg.threeten.bp.LocalDateStart date of the reportinthashCode()voidsetAccounts(List<TrialBalanceAccount> accounts) Refer to the accounts section belowvoidsetEndDate(org.threeten.bp.LocalDate endDate) End date of the reportvoidsetStartDate(org.threeten.bp.LocalDate startDate) Start date of the reportstartDate(org.threeten.bp.LocalDate startDate) Start date of the reporttoString()
-
Constructor Details
-
TrialBalanceResponse
public TrialBalanceResponse()
-
-
Method Details
-
startDate
Start date of the report- Parameters:
startDate- LocalDate- Returns:
- TrialBalanceResponse
-
getStartDate
public org.threeten.bp.LocalDate getStartDate()Start date of the report- Returns:
- startDate
-
setStartDate
public void setStartDate(org.threeten.bp.LocalDate startDate) Start date of the report- Parameters:
startDate- LocalDate
-
endDate
End date of the report- Parameters:
endDate- LocalDate- Returns:
- TrialBalanceResponse
-
getEndDate
public org.threeten.bp.LocalDate getEndDate()End date of the report- Returns:
- endDate
-
setEndDate
public void setEndDate(org.threeten.bp.LocalDate endDate) End date of the report- Parameters:
endDate- LocalDate
-
accounts
Refer to the accounts section below- Parameters:
accounts- List<TrialBalanceAccount>- Returns:
- TrialBalanceResponse
-
addAccountsItem
Refer to the accounts section below- Parameters:
accountsItem- TrialBalanceAccount- Returns:
- TrialBalanceResponse
-
getAccounts
Refer to the accounts section below- Returns:
- accounts
-
setAccounts
Refer to the accounts section below- Parameters:
accounts- List<TrialBalanceAccount>
-
equals
-
hashCode
-
toString
-