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

Uses of SubscriptionState in com.emc.cdp.services.rest.model
 

Fields in com.emc.cdp.services.rest.model declared as SubscriptionState
protected  SubscriptionState Subscription.state
           
 

Methods in com.emc.cdp.services.rest.model that return SubscriptionState
static SubscriptionState SubscriptionState.fromValue(String v)
           
 SubscriptionState Subscription.getState()
          Gets the value of the state property.
static SubscriptionState SubscriptionState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SubscriptionState[] SubscriptionState.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 SubscriptionState
 void Subscription.setState(SubscriptionState value)
          Sets the value of the state property.
 



Copyright © 2014. All Rights Reserved.