| Package | Description |
|---|---|
| org.duracloud.account.db.model | |
| org.duracloud.account.db.model.util |
| Modifier and Type | Method and Description |
|---|---|
AccountType |
AccountInfo.getType() |
static AccountType |
AccountType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountType[] |
AccountType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountInfo.setType(AccountType type) |
| Modifier and Type | Method and Description |
|---|---|
AccountType |
AccountCreationInfo.getAccountType() |
| Constructor and Description |
|---|
AccountCreationInfo(String subdomain,
String acctName,
String orgName,
String department,
StorageProviderType primaryStorageProviderType,
Set<StorageProviderType> secondaryStorageProviderTypes,
AccountType accountType,
Long accountClusterId) |
Copyright © 2009–2014 DuraSpace. All rights reserved.