Package io.quarkus.domino
Class ProductReleaseNotesImpl
- java.lang.Object
-
- io.quarkus.domino.ProductReleaseNotesImpl
-
- All Implemented Interfaces:
ProductReleaseNotes
public class ProductReleaseNotesImpl extends Object implements ProductReleaseNotes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProductReleaseNotesImpl.Builder-
Nested classes/interfaces inherited from interface io.quarkus.domino.ProductReleaseNotes
ProductReleaseNotes.Mutable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAliases()Map<String,String>getProperties()StringgetTitle()StringgetType()
-
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein interfaceProductReleaseNotes
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceProductReleaseNotes
-
getAliases
public List<String> getAliases()
- Specified by:
getAliasesin interfaceProductReleaseNotes
-
getProperties
public Map<String,String> getProperties()
- Specified by:
getPropertiesin interfaceProductReleaseNotes
-
-