Uses of Class
org.duracloud.account.app.model.Account
-
Packages that use Account Package Description org.duracloud.account.app.model -
-
Uses of Account in org.duracloud.account.app.model
Methods in org.duracloud.account.app.model that return types with arguments of type Account Modifier and Type Method Description Set<Account>User. getAccounts()Methods in org.duracloud.account.app.model with parameters of type Account Modifier and Type Method Description intAccount. compareTo(Account a)Constructor parameters in org.duracloud.account.app.model with type arguments of type Account Constructor Description User(Long id, String username, String firstName, String lastName, String email, String allowableIPAddressRange, Set<Account> accounts, boolean root)
-