Uses of Class
com.oracle.bmc.database.model.PatchHistoryEntrySummary.PatchType
-
Packages that use PatchHistoryEntrySummary.PatchType Package Description com.oracle.bmc.database.model -
-
Uses of PatchHistoryEntrySummary.PatchType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return PatchHistoryEntrySummary.PatchType Modifier and Type Method Description static PatchHistoryEntrySummary.PatchType
PatchHistoryEntrySummary.PatchType. create(String key)
PatchHistoryEntrySummary.PatchType
PatchHistoryEntrySummary. getPatchType()
The type of Patch operation.static PatchHistoryEntrySummary.PatchType
PatchHistoryEntrySummary.PatchType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchHistoryEntrySummary.PatchType[]
PatchHistoryEntrySummary.PatchType. 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.PatchType Modifier and Type Method Description PatchHistoryEntrySummary.Builder
PatchHistoryEntrySummary.Builder. patchType(PatchHistoryEntrySummary.PatchType patchType)
The type of Patch operation.Constructors in com.oracle.bmc.database.model with parameters of type PatchHistoryEntrySummary.PatchType Constructor Description PatchHistoryEntrySummary(String id, String patchId, PatchHistoryEntrySummary.Action action, PatchHistoryEntrySummary.LifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeEnded, PatchHistoryEntrySummary.PatchType patchType)
Deprecated.
-