Uses of Class
org.duracloud.account.db.model.StorageProviderAccount
-
Packages that use StorageProviderAccount Package Description org.duracloud.account.db.model -
-
Uses of StorageProviderAccount in org.duracloud.account.db.model
Methods in org.duracloud.account.db.model that return StorageProviderAccount Modifier and Type Method Description StorageProviderAccountAccountInfo. getPrimaryStorageProviderAccount()Methods in org.duracloud.account.db.model that return types with arguments of type StorageProviderAccount Modifier and Type Method Description Set<StorageProviderAccount>AccountInfo. getSecondaryStorageProviderAccounts()Methods in org.duracloud.account.db.model with parameters of type StorageProviderAccount Modifier and Type Method Description voidAccountInfo. setPrimaryStorageProviderAccount(StorageProviderAccount primaryStorageProviderAccount)Method parameters in org.duracloud.account.db.model with type arguments of type StorageProviderAccount Modifier and Type Method Description voidAccountInfo. setSecondaryStorageProviderAccounts(Set<StorageProviderAccount> secondaryStorageProviderAccounts)
-