Uses of Class
com.oracle.bmc.fleetappsmanagement.model.RecommendedPatchSummary.PatchLevel
-
Packages that use RecommendedPatchSummary.PatchLevel Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of RecommendedPatchSummary.PatchLevel in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return RecommendedPatchSummary.PatchLevel Modifier and Type Method Description static RecommendedPatchSummary.PatchLevelRecommendedPatchSummary.PatchLevel. create(String key)RecommendedPatchSummary.PatchLevelRecommendedPatchSummary. getPatchLevel()Patch Level.static RecommendedPatchSummary.PatchLevelRecommendedPatchSummary.PatchLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static RecommendedPatchSummary.PatchLevel[]RecommendedPatchSummary.PatchLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type RecommendedPatchSummary.PatchLevel Modifier and Type Method Description RecommendedPatchSummary.BuilderRecommendedPatchSummary.Builder. patchLevel(RecommendedPatchSummary.PatchLevel patchLevel)Patch Level.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type RecommendedPatchSummary.PatchLevel Constructor Description RecommendedPatchSummary(String patchId, String patchName, String patchDescription, Date timeReleased, String patchType, PatchSeverity severity, RecommendedPatchSummary.PatchLevel patchLevel)Deprecated.
-