| Package | Description |
|---|---|
| org.duracloud.account.db.model | |
| org.duracloud.account.db.model.util | |
| org.duracloud.storage.domain |
| Modifier and Type | Method and Description |
|---|---|
StorageProviderType |
StorageProviderAccount.getProviderType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageProviderAccount.setProviderType(StorageProviderType providerType) |
| Modifier and Type | Method and Description |
|---|---|
StorageProviderType |
AccountCreationInfo.getPrimaryStorageProviderType() |
| Modifier and Type | Method and Description |
|---|---|
Set<StorageProviderType> |
AccountCreationInfo.getSecondaryStorageProviderTypes() |
| Constructor and Description |
|---|
AccountCreationInfo(String subdomain,
String acctName,
String orgName,
String department,
StorageProviderType primaryStorageProviderType,
Set<StorageProviderType> secondaryStorageProviderTypes) |
| Constructor and Description |
|---|
AccountCreationInfo(String subdomain,
String acctName,
String orgName,
String department,
StorageProviderType primaryStorageProviderType,
Set<StorageProviderType> secondaryStorageProviderTypes) |
| Modifier and Type | Method and Description |
|---|---|
static StorageProviderType |
StorageProviderType.fromString(String pt) |
static StorageProviderType |
StorageProviderType.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.
|
Copyright © 2015–2018 DuraSpace. All rights reserved.