|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of AccountState in com.emc.cdp.services.rest.model |
|---|
| Fields in com.emc.cdp.services.rest.model declared as AccountState | |
|---|---|
protected AccountState |
Account.state
|
| Methods in com.emc.cdp.services.rest.model that return AccountState | |
|---|---|
static AccountState |
AccountState.fromValue(String v)
|
AccountState |
Account.getState()
Gets the value of the state property. |
static AccountState |
AccountState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AccountState[] |
AccountState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.emc.cdp.services.rest.model with parameters of type AccountState | |
|---|---|
void |
Account.setState(AccountState value)
Sets the value of the state property. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||