Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static SupportType |
SupportType.create(String key) |
SupportType |
JavaFamily.getSupportType()
This indicates the support category for the Java release family.
|
SupportType |
JavaFamilySummary.getSupportType()
This indicates the support category for the Java release family.
|
static SupportType |
SupportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportType[] |
SupportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JavaFamily.Builder |
JavaFamily.Builder.supportType(SupportType supportType)
This indicates the support category for the Java release family.
|
JavaFamilySummary.Builder |
JavaFamilySummary.Builder.supportType(SupportType supportType)
This indicates the support category for the Java release family.
|
Constructor and Description |
---|
JavaFamily(List<JavaArtifact> latestReleaseArtifacts,
String familyVersion,
String displayName,
SupportType supportType,
Date endOfSupportLifeDate,
String docUrl,
String latestReleaseVersion,
Boolean isSupportedVersion,
Date releaseDate)
Deprecated.
|
JavaFamilySummary(String familyVersion,
String displayName,
SupportType supportType,
Date endOfSupportLifeDate,
String docUrl,
String latestReleaseVersion,
Boolean isSupportedVersion,
Date releaseDate)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.