Uses of Class
com.emc.cdp.services.rest.model.AccountState

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.
 



Copyright © 2014. All Rights Reserved.