Uses of Class
com.oracle.bmc.capacitymanagement.model.OccmDemandSignalItem.LifecycleState
-
Packages that use OccmDemandSignalItem.LifecycleState Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.model -
-
Uses of OccmDemandSignalItem.LifecycleState in com.oracle.bmc.capacitymanagement
-
Uses of OccmDemandSignalItem.LifecycleState in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccmDemandSignalItem.LifecycleState Modifier and Type Method Description static OccmDemandSignalItem.LifecycleState
OccmDemandSignalItem.LifecycleState. create(String key)
OccmDemandSignalItem.LifecycleState
InternalOccmDemandSignalItemSummary. getLifecycleState()
The current lifecycle state of the demand signal item.OccmDemandSignalItem.LifecycleState
OccmDemandSignalItem. getLifecycleState()
The current lifecycle state of the resource.OccmDemandSignalItem.LifecycleState
OccmDemandSignalItemSummary. getLifecycleState()
The current lifecycle state of the demand signal item.static OccmDemandSignalItem.LifecycleState
OccmDemandSignalItem.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OccmDemandSignalItem.LifecycleState[]
OccmDemandSignalItem.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 OccmDemandSignalItem.LifecycleState Modifier and Type Method Description InternalOccmDemandSignalItemSummary.Builder
InternalOccmDemandSignalItemSummary.Builder. lifecycleState(OccmDemandSignalItem.LifecycleState lifecycleState)
The current lifecycle state of the demand signal item.OccmDemandSignalItem.Builder
OccmDemandSignalItem.Builder. lifecycleState(OccmDemandSignalItem.LifecycleState lifecycleState)
The current lifecycle state of the resource.OccmDemandSignalItemSummary.Builder
OccmDemandSignalItemSummary.Builder. lifecycleState(OccmDemandSignalItem.LifecycleState lifecycleState)
The current lifecycle state of the demand signal item.Constructors in com.oracle.bmc.capacitymanagement.model with parameters of type OccmDemandSignalItem.LifecycleState Constructor Description InternalOccmDemandSignalItemSummary(String occCustomerGroupId, String id, String compartmentId, String demandSignalId, DemandSignalNamespace demandSignalNamespace, String demandSignalCatalogResourceId, OccmDemandSignalItemRequestType requestType, String resourceName, String region, String availabilityDomain, String targetCompartmentId, Long quantity, Date timeNeededBefore, Map<String,String> resourceProperties, String notes, OccmDemandSignalItem.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.OccmDemandSignalItem(String id, String compartmentId, String demandSignalId, DemandSignalNamespace demandSignalNamespace, String demandSignalCatalogResourceId, OccmDemandSignalItemRequestType requestType, String resourceName, String region, String availabilityDomain, String targetCompartmentId, Long demandQuantity, Date timeNeededBefore, Map<String,String> resourceProperties, String notes, OccmDemandSignalItem.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.OccmDemandSignalItemSummary(String id, String compartmentId, String demandSignalId, DemandSignalNamespace demandSignalNamespace, String demandSignalCatalogResourceId, OccmDemandSignalItemRequestType requestType, String resourceName, String region, String availabilityDomain, String targetCompartmentId, Long quantity, Date timeNeededBefore, Map<String,String> resourceProperties, String notes, OccmDemandSignalItem.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-