Uses of Class
nl.minetopiasdb.api.banking.Bankaccount
Packages that use Bankaccount
- 
Uses of Bankaccount in nl.minetopiasdb.api.banking
Methods in nl.minetopiasdb.api.banking that return BankaccountModifier and TypeMethodDescriptionBankUtils.getBankAccount(int id) Get a bankaccount object from the cache.Methods in nl.minetopiasdb.api.banking that return types with arguments of type BankaccountModifier and TypeMethodDescriptionBankUtils.getAccounts(UUID uuid) Get a list of bankaccounts where this user is authorised.BankUtils.getAccounts(UUID uuid, BankAccountType... accountTypes) Get a list of bankaccounts where this user is authorised of a specificBankAccountType.BankUtils.getAccounts(BankAccountType... accountTypes) Get a list of bankaccounts with specific type(s)