Uses of Class
org.duracloud.storage.domain.StorageProviderType
-
Packages that use StorageProviderType Package Description org.duracloud.account.db.model org.duracloud.account.db.model.util org.duracloud.storage.domain -
-
Uses of StorageProviderType in org.duracloud.account.db.model
Methods in org.duracloud.account.db.model that return StorageProviderType Modifier and Type Method Description StorageProviderTypeStorageProviderAccount. getProviderType()Methods in org.duracloud.account.db.model with parameters of type StorageProviderType Modifier and Type Method Description voidStorageProviderAccount. setProviderType(StorageProviderType providerType) -
Uses of StorageProviderType in org.duracloud.account.db.model.util
Methods in org.duracloud.account.db.model.util that return StorageProviderType Modifier and Type Method Description StorageProviderTypeAccountCreationInfo. getPrimaryStorageProviderType()Methods in org.duracloud.account.db.model.util that return types with arguments of type StorageProviderType Modifier and Type Method Description Set<StorageProviderType>AccountCreationInfo. getSecondaryStorageProviderTypes()Constructors in org.duracloud.account.db.model.util with parameters of type StorageProviderType Constructor Description AccountCreationInfo(String subdomain, String acctName, String orgName, String department, StorageProviderType primaryStorageProviderType, Set<StorageProviderType> secondaryStorageProviderTypes)Constructor parameters in org.duracloud.account.db.model.util with type arguments of type StorageProviderType Constructor Description AccountCreationInfo(String subdomain, String acctName, String orgName, String department, StorageProviderType primaryStorageProviderType, Set<StorageProviderType> secondaryStorageProviderTypes) -
Uses of StorageProviderType in org.duracloud.storage.domain
Methods in org.duracloud.storage.domain that return StorageProviderType Modifier and Type Method Description static StorageProviderTypeStorageProviderType. fromString(String pt)static StorageProviderTypeStorageProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageProviderType[]StorageProviderType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-