Uses of Class
com.oracle.bmc.capacitymanagement.model.OccmDemandSignalCatalogResource.LifecycleState
-
Packages that use OccmDemandSignalCatalogResource.LifecycleState Package Description com.oracle.bmc.capacitymanagement.model -
-
Uses of OccmDemandSignalCatalogResource.LifecycleState in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccmDemandSignalCatalogResource.LifecycleState Modifier and Type Method Description static OccmDemandSignalCatalogResource.LifecycleState
OccmDemandSignalCatalogResource.LifecycleState. create(String key)
OccmDemandSignalCatalogResource.LifecycleState
OccmDemandSignalCatalogResource. getLifecycleState()
The current lifecycle state of the resource.OccmDemandSignalCatalogResource.LifecycleState
OccmDemandSignalCatalogResourceSummary. getLifecycleState()
The current lifecycles state of the demand signal catalog resource.static OccmDemandSignalCatalogResource.LifecycleState
OccmDemandSignalCatalogResource.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OccmDemandSignalCatalogResource.LifecycleState[]
OccmDemandSignalCatalogResource.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 OccmDemandSignalCatalogResource.LifecycleState Modifier and Type Method Description OccmDemandSignalCatalogResource.Builder
OccmDemandSignalCatalogResource.Builder. lifecycleState(OccmDemandSignalCatalogResource.LifecycleState lifecycleState)
The current lifecycle state of the resource.OccmDemandSignalCatalogResourceSummary.Builder
OccmDemandSignalCatalogResourceSummary.Builder. lifecycleState(OccmDemandSignalCatalogResource.LifecycleState lifecycleState)
The current lifecycles state of the demand signal catalog resource.
-