Enum UpdateOccmDemandSignalDetails.LifecycleDetails
- java.lang.Object
-
- java.lang.Enum<UpdateOccmDemandSignalDetails.LifecycleDetails>
-
- com.oracle.bmc.capacitymanagement.model.UpdateOccmDemandSignalDetails.LifecycleDetails
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<UpdateOccmDemandSignalDetails.LifecycleDetails>
- Enclosing class:
- UpdateOccmDemandSignalDetails
public static enum UpdateOccmDemandSignalDetails.LifecycleDetails extends Enum<UpdateOccmDemandSignalDetails.LifecycleDetails> implements BmcEnum
The subset of demand signal states available for updating the demand signal.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Submitted
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateOccmDemandSignalDetails.LifecycleDetails
create(String key)
String
getValue()
static UpdateOccmDemandSignalDetails.LifecycleDetails
valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateOccmDemandSignalDetails.LifecycleDetails[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Submitted
public static final UpdateOccmDemandSignalDetails.LifecycleDetails Submitted
-
-
Method Detail
-
values
public static UpdateOccmDemandSignalDetails.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 (UpdateOccmDemandSignalDetails.LifecycleDetails c : UpdateOccmDemandSignalDetails.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 UpdateOccmDemandSignalDetails.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 UpdateOccmDemandSignalDetails.LifecycleDetails create(String key)
-
-