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 CommentBuilder
Comment. builder()
Static method factory for CommentBuilderCommentBuilder
CommentBuilder. withAuthor(UID<Account> author)
CommentBuilder
CommentBuilder. withCreationDate(Instant creationInstant)
CommentBuilder
CommentBuilder. withLastModified(Instant lastModified)
CommentBuilder
CommentBuilder. withMsg(String msg)
CommentBuilder
CommentBuilder. withUuid(UUID uuid)
-