Uses of Class
com.oracle.bmc.bds.model.PatchHistorySummary.LifecycleState
-
Packages that use PatchHistorySummary.LifecycleState Package Description com.oracle.bmc.bds.model com.oracle.bmc.bds.requests -
-
Uses of PatchHistorySummary.LifecycleState in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return PatchHistorySummary.LifecycleState Modifier and Type Method Description static PatchHistorySummary.LifecycleState
PatchHistorySummary.LifecycleState. create(String key)
PatchHistorySummary.LifecycleState
PatchHistorySummary. getLifecycleState()
The status of this patch.static PatchHistorySummary.LifecycleState
PatchHistorySummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchHistorySummary.LifecycleState[]
PatchHistorySummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.bds.model with parameters of type PatchHistorySummary.LifecycleState Modifier and Type Method Description PatchHistorySummary.Builder
PatchHistorySummary.Builder. lifecycleState(PatchHistorySummary.LifecycleState lifecycleState)
The status of this patch.Constructors in com.oracle.bmc.bds.model with parameters of type PatchHistorySummary.LifecycleState Constructor Description PatchHistorySummary(String version, PatchHistorySummary.LifecycleState lifecycleState, Date timeUpdated, PatchHistorySummary.PatchType patchType)
Deprecated. -
Uses of PatchHistorySummary.LifecycleState in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return PatchHistorySummary.LifecycleState Modifier and Type Method Description PatchHistorySummary.LifecycleState
ListPatchHistoriesRequest. getLifecycleState()
The status of the patch.Methods in com.oracle.bmc.bds.requests with parameters of type PatchHistorySummary.LifecycleState Modifier and Type Method Description ListPatchHistoriesRequest.Builder
ListPatchHistoriesRequest.Builder. lifecycleState(PatchHistorySummary.LifecycleState lifecycleState)
The status of the patch.
-