| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Accounts |
AccountingApi.createAccount(String accessToken,
String xeroTenantId,
Account account)
Allows you to create a new chart of accounts
|
Accounts |
AccountingApi.deleteAccount(String accessToken,
String xeroTenantId,
UUID accountID)
Allows you to delete a chart of accounts
|
Accounts |
AccountingApi.getAccount(String accessToken,
String xeroTenantId,
UUID accountID)
Allows you to retrieve a single chart of accounts
|
Accounts |
AccountingApi.getAccounts(String accessToken,
String xeroTenantId,
org.threeten.bp.OffsetDateTime ifModifiedSince,
String where,
String order)
Allows you to retrieve the full chart of accounts
|
Accounts |
AccountingApi.updateAccount(String accessToken,
String xeroTenantId,
UUID accountID,
Accounts accounts)
Allows you to update a chart of accounts
|
| Modifier and Type | Method and Description |
|---|---|
Accounts |
AccountingApi.updateAccount(String accessToken,
String xeroTenantId,
UUID accountID,
Accounts accounts)
Allows you to update a chart of accounts
|
com.google.api.client.http.HttpResponse |
AccountingApi.updateAccountForHttpResponse(String accessToken,
String xeroTenantId,
UUID accountID,
Accounts accounts) |
| Modifier and Type | Method and Description |
|---|---|
Accounts |
Accounts.accounts(List<Account> accounts) |
Accounts |
Accounts.addAccountsItem(Account accountsItem) |
Copyright © 2019. All rights reserved.