Uses of Class
com.oracle.bmc.fleetappsmanagement.model.PatchLevelSelectionDetails.PatchLevel
-
Packages that use PatchLevelSelectionDetails.PatchLevel Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of PatchLevelSelectionDetails.PatchLevel in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return PatchLevelSelectionDetails.PatchLevel Modifier and Type Method Description static PatchLevelSelectionDetails.PatchLevel
PatchLevelSelectionDetails.PatchLevel. create(String key)
PatchLevelSelectionDetails.PatchLevel
PatchLevelSelectionDetails. getPatchLevel()
Patch Name.static PatchLevelSelectionDetails.PatchLevel
PatchLevelSelectionDetails.PatchLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchLevelSelectionDetails.PatchLevel[]
PatchLevelSelectionDetails.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 PatchLevelSelectionDetails.PatchLevel Modifier and Type Method Description PatchLevelSelectionDetails.Builder
PatchLevelSelectionDetails.Builder. patchLevel(PatchLevelSelectionDetails.PatchLevel patchLevel)
Patch Name.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type PatchLevelSelectionDetails.PatchLevel Constructor Description PatchLevelSelectionDetails(PatchLevelSelectionDetails.PatchLevel patchLevel)
Deprecated.
-