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