public static class JavaFamily.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JavaFamily |
build() |
JavaFamily.Builder |
copy(JavaFamily model) |
JavaFamily.Builder |
displayName(String displayName)
The display name of the release family.
|
JavaFamily.Builder |
docUrl(String docUrl)
Link to access the documentation for the release.
|
JavaFamily.Builder |
endOfSupportLifeDate(Date endOfSupportLifeDate)
The End of Support Life (EOSL) date of the Java release family (formatted according to
RFC3339).
|
JavaFamily.Builder |
familyVersion(String familyVersion)
The Java release family identifier.
|
JavaFamily.Builder |
supportType(SupportType supportType)
This indicates the support category for the Java release family.
|
public JavaFamily.Builder familyVersion(String familyVersion)
The Java release family identifier.
familyVersion
- the value to setpublic JavaFamily.Builder displayName(String displayName)
The display name of the release family.
displayName
- the value to setpublic JavaFamily.Builder supportType(SupportType supportType)
This indicates the support category for the Java release family.
supportType
- the value to setpublic JavaFamily.Builder endOfSupportLifeDate(Date endOfSupportLifeDate)
The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
endOfSupportLifeDate
- the value to setpublic JavaFamily.Builder docUrl(String docUrl)
Link to access the documentation for the release.
docUrl
- the value to setpublic JavaFamily build()
public JavaFamily.Builder copy(JavaFamily model)
Copyright © 2016–2023. All rights reserved.