Uses of Class
io.vertigo.social.comment.CommentBuilder
-
Packages that use CommentBuilder Package Description io.vertigo.social.comment -
-
Uses of CommentBuilder in io.vertigo.social.comment
Methods in io.vertigo.social.comment that return CommentBuilder Modifier and Type Method Description static CommentBuilderComment. builder()Static method factory for CommentBuilderCommentBuilderCommentBuilder. withAuthor(UID<Account> author)CommentBuilderCommentBuilder. withCreationDate(Instant creationInstant)CommentBuilderCommentBuilder. withLastModified(Instant lastModified)CommentBuilderCommentBuilder. withMsg(String msg)CommentBuilderCommentBuilder. withUuid(UUID uuid)
-