| Modifier and Type | Method and Description |
|---|---|
Comment |
build() |
CommentBuilder |
withAuthor(io.vertigo.dynamo.domain.model.URI<io.vertigo.account.identity.Account> author) |
CommentBuilder |
withCreationDate(Date creationDate) |
CommentBuilder |
withLastModified(Date lastModified) |
CommentBuilder |
withMsg(String msg) |
CommentBuilder |
withUuid(UUID uuid) |
public CommentBuilder withAuthor(io.vertigo.dynamo.domain.model.URI<io.vertigo.account.identity.Account> author)
author - Author accountpublic CommentBuilder withUuid(UUID uuid)
uuid - UUID identifierpublic CommentBuilder withMsg(String msg)
msg - Commentpublic CommentBuilder withCreationDate(Date creationDate)
creationDate - create date timepublic CommentBuilder withLastModified(Date lastModified)
lastModified - Last modify date timeCopyright © 2017. All Rights Reserved.