public class CommentFull extends Comment
| Modifier and Type | Class and Description |
|---|---|
static class |
CommentFull.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
taggedMessage
The string representing the comment text with @mentions included.
|
createdAt, createdBy, isReplyComment, item, message, modifiedAtid, typeexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
CommentFull() |
protected |
CommentFull(CommentFull.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getTaggedMessage() |
int |
hashCode() |
String |
toString() |
getCreatedAt, getCreatedBy, getIsReplyComment, getItem, getMessage, getModifiedAtgetId, getTypegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String taggedMessage
public CommentFull()
protected CommentFull(CommentFull.Builder builder)