Uses of Class
com.oracle.bmc.jms.model.ArtifactContentType
-
Packages that use ArtifactContentType Package Description com.oracle.bmc.jms.model -
-
Uses of ArtifactContentType in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return ArtifactContentType Modifier and Type Method 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.Methods in com.oracle.bmc.jms.model that return types with arguments of type ArtifactContentType Modifier and Type Method Description List<ArtifactContentType>
JavaRelease. getArtifactContentTypes()
Artifact content types for the Java version.List<ArtifactContentType>
JavaReleaseSummary. getArtifactContentTypes()
Artifact content types for the Java version.Methods in com.oracle.bmc.jms.model with parameters of type ArtifactContentType Modifier and Type Method 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.Method parameters in com.oracle.bmc.jms.model with type arguments of type ArtifactContentType Modifier and Type Method 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.Constructors in com.oracle.bmc.jms.model with parameters of type ArtifactContentType Constructor 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 parameters in com.oracle.bmc.jms.model with type arguments of type ArtifactContentType Constructor Description 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.
-