Uses of Class
com.oracle.bmc.fleetappsmanagement.model.ArtifactDetails
-
Packages that use ArtifactDetails Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of ArtifactDetails in com.oracle.bmc.fleetappsmanagement.model
Subclasses of ArtifactDetails in com.oracle.bmc.fleetappsmanagement.model Modifier and Type Class Description class
GenericArtifactDetails
Patch artifact description and content details if common for all platforms.class
PlatformSpecificArtifactDetails
Patch artifact description and content details which is platform specific
Note: Objects should always be created or deserialized using thePlatformSpecificArtifactDetails.Builder
.Methods in com.oracle.bmc.fleetappsmanagement.model that return ArtifactDetails Modifier and Type Method Description ArtifactDetails
CreatePatchDetails. getArtifactDetails()
ArtifactDetails
Patch. getArtifactDetails()
ArtifactDetails
PatchSummary. getArtifactDetails()
ArtifactDetails
UpdatePatchDetails. getArtifactDetails()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type ArtifactDetails Modifier and Type Method Description CreatePatchDetails.Builder
CreatePatchDetails.Builder. artifactDetails(ArtifactDetails artifactDetails)
Patch.Builder
Patch.Builder. artifactDetails(ArtifactDetails artifactDetails)
PatchSummary.Builder
PatchSummary.Builder. artifactDetails(ArtifactDetails artifactDetails)
UpdatePatchDetails.Builder
UpdatePatchDetails.Builder. artifactDetails(ArtifactDetails artifactDetails)
Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type ArtifactDetails 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, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-