Uses of Class
com.oracle.bmc.fleetappsmanagement.model.PatchSelectionDetails.SelectionType
-
Packages that use PatchSelectionDetails.SelectionType Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of PatchSelectionDetails.SelectionType in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return PatchSelectionDetails.SelectionType Modifier and Type Method Description static PatchSelectionDetails.SelectionType
PatchSelectionDetails.SelectionType. create(String key)
static PatchSelectionDetails.SelectionType
PatchSelectionDetails.SelectionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchSelectionDetails.SelectionType[]
PatchSelectionDetails.SelectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-