Uses of Class
com.oracle.bmc.fleetappsmanagement.model.PatchType
-
Packages that use PatchType Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of PatchType in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return PatchType Modifier and Type Method Description PatchTypePatchType.Builder. build()PatchTypeCreatePatchDetails. getPatchType()PatchTypePatch. getPatchType()PatchTypePatchSummary. getPatchType()PatchTypeUpdatePatchDetails. getPatchType()Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type PatchType Modifier and Type Method Description PatchType.BuilderPatchType.Builder. copy(PatchType model)CreatePatchDetails.BuilderCreatePatchDetails.Builder. patchType(PatchType patchType)Patch.BuilderPatch.Builder. patchType(PatchType patchType)PatchSummary.BuilderPatchSummary.Builder. patchType(PatchType patchType)UpdatePatchDetails.BuilderUpdatePatchDetails.Builder. patchType(PatchType patchType)Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type PatchType Constructor Description CreatePatchDetails(String name, String description, PatchType patchType, PatchSeverity severity, Date timeReleased, ArtifactDetails artifactDetails, PatchProduct product, List<DependentPatchDetails> dependentPatches, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.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.UpdatePatchDetails(String description, PatchType patchType, PatchSeverity severity, Date timeReleased, ArtifactDetails artifactDetails, PatchProduct product, List<DependentPatchDetails> dependentPatches, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-