Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static ArtifactContentType |
ArtifactContentType.create(String key) |
ArtifactContentType |
JavaArtifact.getArtifactContentType()
Product content type of this artifact.
|
ArtifactContentType |
NewInstallationSite.getArtifactContentType()
Artifact content type for the Java version.
|
static ArtifactContentType |
ArtifactContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactContentType[] |
ArtifactContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ArtifactContentType> |
JavaRelease.getArtifactContentTypes()
Artifact content types for the Java version.
|
List<ArtifactContentType> |
JavaReleaseSummary.getArtifactContentTypes()
Artifact content types for the Java version.
|
Modifier and Type | Method and Description |
---|---|
JavaArtifact.Builder |
JavaArtifact.Builder.artifactContentType(ArtifactContentType artifactContentType)
Product content type of this artifact.
|
NewInstallationSite.Builder |
NewInstallationSite.Builder.artifactContentType(ArtifactContentType artifactContentType)
Artifact content type for the Java version.
|
Modifier and Type | Method and Description |
---|---|
JavaRelease.Builder |
JavaRelease.Builder.artifactContentTypes(List<ArtifactContentType> artifactContentTypes)
Artifact content types for the Java version.
|
JavaReleaseSummary.Builder |
JavaReleaseSummary.Builder.artifactContentTypes(List<ArtifactContentType> artifactContentTypes)
Artifact content types for the Java version.
|
Constructor and Description |
---|
JavaArtifact(Long artifactId,
String artifactDescription,
ArtifactContentType artifactContentType,
Long approximateFileSizeInBytes,
String sha256,
String artifactFileName,
String osFamily,
String architecture,
String packageType,
String packageTypeDetail,
String downloadUrl,
String scriptDownloadUrl,
String scriptChecksumUrl)
Deprecated.
|
NewInstallationSite(String managedInstanceId,
String releaseVersion,
ArtifactContentType artifactContentType,
String installationPath,
Boolean headlessMode,
Boolean forceInstall)
Deprecated.
|
Constructor and Description |
---|
JavaRelease(List<JavaArtifact> artifacts,
String releaseVersion,
String familyVersion,
String parentReleaseVersion,
JreSecurityStatus securityStatus,
ReleaseType releaseType,
LicenseType licenseType,
JavaFamily familyDetails,
JavaLicense licenseDetails,
Date releaseDate,
String releaseNotesUrl,
List<ArtifactContentType> artifactContentTypes,
List<PatchDetail> mosPatches,
Integer daysUnderSecurityBaseline)
Deprecated.
|
JavaReleaseSummary(String releaseVersion,
String familyVersion,
String parentReleaseVersion,
JreSecurityStatus securityStatus,
ReleaseType releaseType,
LicenseType licenseType,
JavaFamily familyDetails,
JavaLicense licenseDetails,
Date releaseDate,
String releaseNotesUrl,
List<ArtifactContentType> artifactContentTypes,
List<PatchDetail> mosPatches,
Integer daysUnderSecurityBaseline)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.