Uses of Interface
io.quarkus.domino.ProductReleaseNotes.Mutable
-
Packages that use ProductReleaseNotes.Mutable Package Description io.quarkus.domino -
-
Uses of ProductReleaseNotes.Mutable in io.quarkus.domino
Classes in io.quarkus.domino that implement ProductReleaseNotes.Mutable Modifier and Type Class Description static classProductReleaseNotesImpl.BuilderMethods in io.quarkus.domino that return ProductReleaseNotes.Mutable Modifier and Type Method Description static ProductReleaseNotes.MutableProductReleaseNotes. builder()ProductReleaseNotes.MutableProductReleaseNotes.Mutable. setAliases(List<String> aliases)ProductReleaseNotes.MutableProductReleaseNotesImpl.Builder. setAliases(List<String> aliases)ProductReleaseNotes.MutableProductReleaseNotes.Mutable. setProperties(Map<String,String> props)ProductReleaseNotes.MutableProductReleaseNotesImpl.Builder. setProperties(Map<String,String> properties)ProductReleaseNotes.MutableProductReleaseNotes.Mutable. setTitle(String title)ProductReleaseNotes.MutableProductReleaseNotesImpl.Builder. setTitle(String title)ProductReleaseNotes.MutableProductReleaseNotes.Mutable. setType(String type)ProductReleaseNotes.MutableProductReleaseNotesImpl.Builder. setType(String type)
-