Uses of Enum Class
org.duracloud.storage.domain.StorageProviderType
Packages that use StorageProviderType
Package
Description
-
Uses of StorageProviderType in org.duracloud.account.db.model
Methods in org.duracloud.account.db.model that return StorageProviderTypeMethods in org.duracloud.account.db.model with parameters of type StorageProviderTypeModifier and TypeMethodDescriptionvoidStorageProviderAccount.setProviderType(StorageProviderType providerType) -
Uses of StorageProviderType in org.duracloud.account.db.model.util
Methods in org.duracloud.account.db.model.util that return StorageProviderTypeMethods in org.duracloud.account.db.model.util that return types with arguments of type StorageProviderTypeConstructors in org.duracloud.account.db.model.util with parameters of type StorageProviderTypeModifierConstructorDescriptionAccountCreationInfo(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 StorageProviderTypeModifierConstructorDescriptionAccountCreationInfo(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 StorageProviderTypeModifier and TypeMethodDescriptionstatic StorageProviderTypeStorageProviderType.fromString(String pt) static StorageProviderTypeReturns the enum constant of this class with the specified name.static StorageProviderType[]StorageProviderType.values()Returns an array containing the constants of this enum class, in the order they are declared.