Package com.oracle.bmc.rover.model
Enum RoverEntitlement.LifecycleState
- java.lang.Object
- 
- java.lang.Enum<RoverEntitlement.LifecycleState>
- 
- com.oracle.bmc.rover.model.RoverEntitlement.LifecycleState
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<RoverEntitlement.LifecycleState>
 - Enclosing class:
- RoverEntitlement
 
 public static enum RoverEntitlement.LifecycleState extends Enum<RoverEntitlement.LifecycleState> implements BmcEnum Lifecyclestate for the entitlement.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description ActiveCreatingDeletedInactiveUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RoverEntitlement.LifecycleStatecreate(String key)StringgetValue()static RoverEntitlement.LifecycleStatevalueOf(String name)Returns the enum constant of this type with the specified name.static RoverEntitlement.LifecycleState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Creatingpublic static final RoverEntitlement.LifecycleState Creating 
 - 
Activepublic static final RoverEntitlement.LifecycleState Active 
 - 
Inactivepublic static final RoverEntitlement.LifecycleState Inactive 
 - 
Deletedpublic static final RoverEntitlement.LifecycleState Deleted 
 - 
UnknownEnumValuepublic static final RoverEntitlement.LifecycleState UnknownEnumValue This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 
- 
 - 
Method Detail- 
valuespublic static RoverEntitlement.LifecycleState[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (RoverEntitlement.LifecycleState c : RoverEntitlement.LifecycleState.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static RoverEntitlement.LifecycleState valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
createpublic static RoverEntitlement.LifecycleState create(String key) 
 
- 
 
-