Uses of Class
com.oracle.bmc.dblm.model.AdditionalPatches.Category
-
Packages that use AdditionalPatches.Category Package Description com.oracle.bmc.dblm.model -
-
Uses of AdditionalPatches.Category in com.oracle.bmc.dblm.model
Methods in com.oracle.bmc.dblm.model that return AdditionalPatches.Category Modifier and Type Method Description static AdditionalPatches.CategoryAdditionalPatches.Category. create(String key)AdditionalPatches.CategoryAdditionalPatches. getCategory()Shows if patch is recommended or is an additional patch from an existing database.static AdditionalPatches.CategoryAdditionalPatches.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static AdditionalPatches.Category[]AdditionalPatches.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dblm.model with parameters of type AdditionalPatches.Category Modifier and Type Method Description AdditionalPatches.BuilderAdditionalPatches.Builder. category(AdditionalPatches.Category category)Shows if patch is recommended or is an additional patch from an existing database.Constructors in com.oracle.bmc.dblm.model with parameters of type AdditionalPatches.Category Constructor Description AdditionalPatches(Integer patchId, String patchName, String description, AdditionalPatches.Category category)Deprecated.
-