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

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

Fields in com.emc.cdp.services.rest.model declared as LifecycleEventType
protected  LifecycleEventType LifecycleEvent.eventType
           
 

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



Copyright © 2014. All Rights Reserved.