Uses of Class
com.oracle.bmc.database.model.PatchHistoryEntrySummary.LifecycleState
-
Packages that use PatchHistoryEntrySummary.LifecycleState Package Description com.oracle.bmc.database.model -
-
Uses of PatchHistoryEntrySummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return PatchHistoryEntrySummary.LifecycleState Modifier and Type Method Description static PatchHistoryEntrySummary.LifecycleState
PatchHistoryEntrySummary.LifecycleState. create(String key)
PatchHistoryEntrySummary.LifecycleState
PatchHistoryEntrySummary. getLifecycleState()
The current state of the action.static PatchHistoryEntrySummary.LifecycleState
PatchHistoryEntrySummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchHistoryEntrySummary.LifecycleState[]
PatchHistoryEntrySummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type PatchHistoryEntrySummary.LifecycleState Modifier and Type Method Description PatchHistoryEntrySummary.Builder
PatchHistoryEntrySummary.Builder. lifecycleState(PatchHistoryEntrySummary.LifecycleState lifecycleState)
The current state of the action.Constructors in com.oracle.bmc.database.model with parameters of type PatchHistoryEntrySummary.LifecycleState Constructor Description PatchHistoryEntrySummary(String id, String patchId, PatchHistoryEntrySummary.Action action, PatchHistoryEntrySummary.LifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeEnded, PatchHistoryEntrySummary.PatchType patchType)
Deprecated.
-