public static class JavaLicense.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JavaLicense |
build() |
JavaLicense.Builder |
copy(JavaLicense model) |
JavaLicense.Builder |
displayName(String displayName)
Commonly used name for the license type.
|
JavaLicense.Builder |
licenseType(LicenseType licenseType)
License Type
|
JavaLicense.Builder |
licenseUrl(String licenseUrl)
Publicly accessible license URL containing the detailed terms and conditions.
|
public JavaLicense.Builder displayName(String displayName)
Commonly used name for the license type.
displayName
- the value to setpublic JavaLicense.Builder licenseType(LicenseType licenseType)
License Type
licenseType
- the value to setpublic JavaLicense.Builder licenseUrl(String licenseUrl)
Publicly accessible license URL containing the detailed terms and conditions.
licenseUrl
- the value to setpublic JavaLicense build()
public JavaLicense.Builder copy(JavaLicense model)
Copyright © 2016–2024. All rights reserved.