Uses of Class
com.oracle.bmc.jms.model.SupportType
-
Packages that use SupportType Package Description com.oracle.bmc.jms.model -
-
Uses of SupportType in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return SupportType Modifier and Type Method Description static SupportTypeSupportType. create(String key)SupportTypeJavaFamily. getSupportType()This indicates the support category for the Java release family.SupportTypeJavaFamilySummary. getSupportType()This indicates the support category for the Java release family.static SupportTypeSupportType. 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.Methods in com.oracle.bmc.jms.model with parameters of type SupportType Modifier and Type Method Description JavaFamily.BuilderJavaFamily.Builder. supportType(SupportType supportType)This indicates the support category for the Java release family.JavaFamilySummary.BuilderJavaFamilySummary.Builder. supportType(SupportType supportType)This indicates the support category for the Java release family.Constructors in com.oracle.bmc.jms.model with parameters of type SupportType Constructor Description JavaFamily(List<JavaArtifact> latestReleaseArtifacts, String familyVersion, String displayName, SupportType supportType, Date endOfSupportLifeDate, String docUrl, String latestReleaseVersion, Boolean isSupportedVersion, Date releaseDate, List<LicenseType> licenseTypes)Deprecated.JavaFamilySummary(String familyVersion, String displayName, SupportType supportType, Date endOfSupportLifeDate, String docUrl, String latestReleaseVersion, Boolean isSupportedVersion, Date releaseDate, List<LicenseType> licenseTypes)Deprecated.
-