public static class PatchDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PatchDetail |
build() |
PatchDetail.Builder |
copy(PatchDetail model) |
PatchDetail.Builder |
displayName(String displayName)
Commonly used name for the MoS release.
|
PatchDetail.Builder |
patchUrl(String patchUrl)
MoS URL to access the artifacts for the Java release.
|
public PatchDetail.Builder displayName(String displayName)
Commonly used name for the MoS release.
displayName
- the value to setpublic PatchDetail.Builder patchUrl(String patchUrl)
MoS URL to access the artifacts for the Java release.
patchUrl
- the value to setpublic PatchDetail build()
public PatchDetail.Builder copy(PatchDetail model)
Copyright © 2016–2024. All rights reserved.