Package io.quarkus.domino
Class ProductReleaseNotesImpl.Builder
java.lang.Object
io.quarkus.domino.ProductReleaseNotesImpl.Builder
- All Implemented Interfaces:
ProductReleaseNotes,ProductReleaseNotes.Mutable
- Enclosing class:
- ProductReleaseNotesImpl
public static class ProductReleaseNotesImpl.Builder
extends Object
implements ProductReleaseNotes.Mutable
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.domino.ProductReleaseNotes
ProductReleaseNotes.Mutable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()getTitle()getType()setAliases(List<String> aliases) setProperties(Map<String, String> properties)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceProductReleaseNotes
-
setType
- Specified by:
setTypein interfaceProductReleaseNotes.Mutable
-
getTitle
- Specified by:
getTitlein interfaceProductReleaseNotes
-
setTitle
- Specified by:
setTitlein interfaceProductReleaseNotes.Mutable
-
getAliases
- Specified by:
getAliasesin interfaceProductReleaseNotes
-
setAliases
- Specified by:
setAliasesin interfaceProductReleaseNotes.Mutable
-
getProperties
- Specified by:
getPropertiesin interfaceProductReleaseNotes
-
setProperties
- Specified by:
setPropertiesin interfaceProductReleaseNotes.Mutable
-
build
- Specified by:
buildin interfaceProductReleaseNotes.Mutable
-