public static class CommentFull.Builder extends Comment.Builder
| Modifier and Type | Field and Description |
|---|---|
protected String |
taggedMessage |
createdAt, createdBy, isReplyComment, item, message, modifiedAtid, typeexplicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CommentFull |
build() |
CommentFull.Builder |
createdAt(OffsetDateTime createdAt) |
CommentFull.Builder |
createdBy(UserMini createdBy) |
CommentFull.Builder |
id(String id) |
CommentFull.Builder |
isReplyComment(Boolean isReplyComment) |
CommentFull.Builder |
item(CommentItemField item) |
CommentFull.Builder |
message(String message) |
CommentFull.Builder |
modifiedAt(OffsetDateTime modifiedAt) |
CommentFull.Builder |
taggedMessage(String taggedMessage) |
CommentFull.Builder |
type(CommentBaseTypeField type) |
CommentFull.Builder |
type(EnumWrapper<CommentBaseTypeField> type) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String taggedMessage
public Builder()
public CommentFull.Builder taggedMessage(String taggedMessage)
public CommentFull.Builder id(String id)
id in class Comment.Builderpublic CommentFull.Builder type(CommentBaseTypeField type)
type in class Comment.Builderpublic CommentFull.Builder type(EnumWrapper<CommentBaseTypeField> type)
type in class Comment.Builderpublic CommentFull.Builder isReplyComment(Boolean isReplyComment)
isReplyComment in class Comment.Builderpublic CommentFull.Builder message(String message)
message in class Comment.Builderpublic CommentFull.Builder createdBy(UserMini createdBy)
createdBy in class Comment.Builderpublic CommentFull.Builder createdAt(OffsetDateTime createdAt)
createdAt in class Comment.Builderpublic CommentFull.Builder modifiedAt(OffsetDateTime modifiedAt)
modifiedAt in class Comment.Builderpublic CommentFull.Builder item(CommentItemField item)
item in class Comment.Builderpublic CommentFull build()
build in class Comment.Builder