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 Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProductReleaseNotesbuild()List<String>getAliases()Map<String,String>getProperties()StringgetTitle()StringgetType()ProductReleaseNotes.MutablesetAliases(List<String> aliases)ProductReleaseNotes.MutablesetProperties(Map<String,String> properties)ProductReleaseNotes.MutablesetTitle(String title)ProductReleaseNotes.MutablesetType(String type)
-
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein interfaceProductReleaseNotes
-
setType
public ProductReleaseNotes.Mutable setType(String type)
- Specified by:
setTypein interfaceProductReleaseNotes.Mutable
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceProductReleaseNotes
-
setTitle
public ProductReleaseNotes.Mutable setTitle(String title)
- Specified by:
setTitlein interfaceProductReleaseNotes.Mutable
-
getAliases
public List<String> getAliases()
- Specified by:
getAliasesin interfaceProductReleaseNotes
-
setAliases
public ProductReleaseNotes.Mutable setAliases(List<String> aliases)
- Specified by:
setAliasesin interfaceProductReleaseNotes.Mutable
-
getProperties
public Map<String,String> getProperties()
- Specified by:
getPropertiesin interfaceProductReleaseNotes
-
setProperties
public ProductReleaseNotes.Mutable setProperties(Map<String,String> properties)
- Specified by:
setPropertiesin interfaceProductReleaseNotes.Mutable
-
build
public ProductReleaseNotes build()
- Specified by:
buildin interfaceProductReleaseNotes.Mutable
-
-