Uses of Class
com.xero.models.accounting.Accounts
-
Packages that use Accounts Package Description com.xero.api.client com.xero.models.accounting -
-
Uses of Accounts in com.xero.api.client
Methods in com.xero.api.client that return Accounts Modifier and Type Method Description AccountsAccountingApi. createAccount(String accessToken, String xeroTenantId, Account account)Creates a new chart of accountsAccountsAccountingApi. deleteAccount(String accessToken, String xeroTenantId, UUID accountID)Deletes a chart of accountsAccountsAccountingApi. getAccount(String accessToken, String xeroTenantId, UUID accountID)Retrieves a single chart of accounts by using a unique account IdAccountsAccountingApi. getAccounts(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order)Retrieves the full chart of accountsAccountsAccountingApi. updateAccount(String accessToken, String xeroTenantId, UUID accountID, Accounts accounts)Updates a chart of accountsMethods in com.xero.api.client with parameters of type Accounts Modifier and Type Method Description AccountsAccountingApi. updateAccount(String accessToken, String xeroTenantId, UUID accountID, Accounts accounts)Updates a chart of accountscom.google.api.client.http.HttpResponseAccountingApi. updateAccountForHttpResponse(String accessToken, String xeroTenantId, UUID accountID, Accounts accounts)Updates a chart of accounts -
Uses of Accounts in com.xero.models.accounting
Methods in com.xero.models.accounting that return Accounts Modifier and Type Method Description AccountsAccounts. accounts(List<Account> accounts)accountsAccountsAccounts. addAccountsItem(Account accountsItem)accounts
-