Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Patch.Type
-
Packages that use Patch.Type Package Description com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of Patch.Type in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Patch.Type Modifier and Type Method Description static Patch.TypePatch.Type. create(String key)Patch.TypePatch. getType()Provide information on who defined the patch.Patch.TypePatchSummary. getType()Provide information on who defined the patch.static Patch.TypePatch.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Patch.Type[]Patch.Type. 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 Patch.Type Modifier and Type Method Description Patch.BuilderPatch.Builder. type(Patch.Type type)Provide information on who defined the patch.PatchSummary.BuilderPatchSummary.Builder. type(Patch.Type type)Provide information on who defined the patch.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type Patch.Type Constructor Description Patch(String id, String name, String description, Patch.Type type, PatchType patchType, PatchSeverity severity, Date timeReleased, ArtifactDetails artifactDetails, PatchProduct product, List<DependentPatchDetails> dependentPatches, Patch.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String lifecycleDetails, String compartmentId, String resourceRegion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.PatchSummary(String id, String name, String description, Patch.Type type, PatchType patchType, PatchSeverity severity, Date timeReleased, ArtifactDetails artifactDetails, PatchProduct product, String compartmentId, Patch.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String resourceRegion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of Patch.Type in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return Patch.Type Modifier and Type Method Description Patch.TypeListPatchesRequest. getType()DefinedBy type.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type Patch.Type Modifier and Type Method Description ListPatchesRequest.BuilderListPatchesRequest.Builder. type(Patch.Type type)DefinedBy type.
-