Uses of Class
com.xero.models.accounting.Accounts
Packages that use Accounts
-
Uses of Accounts in com.xero.api.client
Methods in com.xero.api.client that return AccountsModifier and TypeMethodDescriptionAccountingApi.createAccount(String accessToken, String xeroTenantId, Account account, String idempotencyKey) Creates a new chart of accountsAccountingApi.deleteAccount(String accessToken, String xeroTenantId, UUID accountID) Deletes a chart of accountsAccountingApi.getAccount(String accessToken, String xeroTenantId, UUID accountID) Retrieves a single chart of accounts by using a unique account IdAccountingApi.getAccounts(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order) Retrieves the full chart of accountsAccountingApi.updateAccount(String accessToken, String xeroTenantId, UUID accountID, Accounts accounts, String idempotencyKey) Updates a chart of accountsMethods in com.xero.api.client with parameters of type AccountsModifier and TypeMethodDescriptionAccountingApi.updateAccount(String accessToken, String xeroTenantId, UUID accountID, Accounts accounts, String idempotencyKey) Updates a chart of accountscom.google.api.client.http.HttpResponseAccountingApi.updateAccountForHttpResponse(String accessToken, String xeroTenantId, UUID accountID, Accounts accounts, String idempotencyKey) Updates a chart of accounts -
Uses of Accounts in com.xero.models.accounting
Methods in com.xero.models.accounting that return Accounts