Enum UpdateInternalOccmDemandSignalDetails.LifecycleDetails
- java.lang.Object
-
- java.lang.Enum<UpdateInternalOccmDemandSignalDetails.LifecycleDetails>
-
- com.oracle.bmc.capacitymanagement.model.UpdateInternalOccmDemandSignalDetails.LifecycleDetails
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<UpdateInternalOccmDemandSignalDetails.LifecycleDetails>
- Enclosing class:
- UpdateInternalOccmDemandSignalDetails
public static enum UpdateInternalOccmDemandSignalDetails.LifecycleDetails extends Enum<UpdateInternalOccmDemandSignalDetails.LifecycleDetails> implements BmcEnum
The subset of demand signal states available for operators for updating the demand signal.IN_PROGRESS -> Transitions the demand signal to IN_PROGRESS state. REJECTED -> Transitions the demand signal to REJECTED state. COMPLETED -> This will transition the demand signal to COMPLETED state.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Completed
InProgress
Rejected
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateInternalOccmDemandSignalDetails.LifecycleDetails
create(String key)
String
getValue()
static UpdateInternalOccmDemandSignalDetails.LifecycleDetails
valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateInternalOccmDemandSignalDetails.LifecycleDetails[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
InProgress
public static final UpdateInternalOccmDemandSignalDetails.LifecycleDetails InProgress
-
Completed
public static final UpdateInternalOccmDemandSignalDetails.LifecycleDetails Completed
-
Rejected
public static final UpdateInternalOccmDemandSignalDetails.LifecycleDetails Rejected
-
-
Method Detail
-
values
public static UpdateInternalOccmDemandSignalDetails.LifecycleDetails[] 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 (UpdateInternalOccmDemandSignalDetails.LifecycleDetails c : UpdateInternalOccmDemandSignalDetails.LifecycleDetails.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UpdateInternalOccmDemandSignalDetails.LifecycleDetails 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 nameNullPointerException
- if the argument is null
-
create
public static UpdateInternalOccmDemandSignalDetails.LifecycleDetails create(String key)
-
-