Uses of Class
com.xero.models.accounting.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)Allows you to create a new chart of accountsAccountsAccountingApi. deleteAccount(String accessToken, String xeroTenantId, UUID accountID)Allows you to delete a chart of accountsAccountsAccountingApi. getAccount(String accessToken, String xeroTenantId, UUID accountID)Allows you to retrieve a single chart of accountsAccountsAccountingApi. getAccounts(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order)Allows you to retrieve the full chart of accountsAccountsAccountingApi. updateAccount(String accessToken, String xeroTenantId, UUID accountID, Accounts accounts)Allows you to update 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)Allows you to update a chart of accountscom.google.api.client.http.HttpResponseAccountingApi. updateAccountForHttpResponse(String accessToken, String xeroTenantId, UUID accountID, Accounts 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)AccountsAccounts. addAccountsItem(Account accountsItem)Methods in com.xero.models.accounting that return types with arguments of type Accounts Modifier and Type Method Description List<Accounts>Setup. getAccounts()See AccountsMethods in com.xero.models.accounting with parameters of type Accounts Modifier and Type Method Description SetupSetup. addAccountsItem(Accounts accountsItem)Method parameters in com.xero.models.accounting with type arguments of type Accounts Modifier and Type Method Description SetupSetup. accounts(List<Accounts> accounts)voidSetup. setAccounts(List<Accounts> accounts)