Uses of Class
com.oracle.bmc.capacitymanagement.model.OccmDemandSignalDeliverySummary.LifecycleState
-
Packages that use OccmDemandSignalDeliverySummary.LifecycleState Package Description com.oracle.bmc.capacitymanagement.model -
-
Uses of OccmDemandSignalDeliverySummary.LifecycleState in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccmDemandSignalDeliverySummary.LifecycleState Modifier and Type Method Description static OccmDemandSignalDeliverySummary.LifecycleState
OccmDemandSignalDeliverySummary.LifecycleState. create(String key)
OccmDemandSignalDeliverySummary.LifecycleState
OccmDemandSignalDeliverySummary. getLifecycleState()
The current lifecycle state of the resource.static OccmDemandSignalDeliverySummary.LifecycleState
OccmDemandSignalDeliverySummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OccmDemandSignalDeliverySummary.LifecycleState[]
OccmDemandSignalDeliverySummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.capacitymanagement.model with parameters of type OccmDemandSignalDeliverySummary.LifecycleState Modifier and Type Method Description OccmDemandSignalDeliverySummary.Builder
OccmDemandSignalDeliverySummary.Builder. lifecycleState(OccmDemandSignalDeliverySummary.LifecycleState lifecycleState)
The current lifecycle state of the resource.Constructors in com.oracle.bmc.capacitymanagement.model with parameters of type OccmDemandSignalDeliverySummary.LifecycleState Constructor Description OccmDemandSignalDeliverySummary(String id, String compartmentId, String demandSignalId, String demandSignalItemId, Long acceptedQuantity, OccmDemandSignalDeliverySummary.LifecycleState lifecycleState, OccmDemandSignalDeliverySummary.LifecycleDetails lifecycleDetails, String justification, Date timeDelivered, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-