Package | Description |
---|---|
com.cybozu.kintone.database |
Modifier and Type | Method and Description |
---|---|
java.util.List<MentionDto> |
CommentSet.getMentions()
Gets the mentions of the current comment
|
java.util.List<MentionDto> |
Comment.getMentions() |
Modifier and Type | Method and Description |
---|---|
long |
Connection.addComment(long app,
long record,
java.lang.String text,
java.util.List<MentionDto> mentions)
Add comment.
|
java.lang.String |
JsonParser.generateForAddComment(long app,
long record,
java.lang.String text,
java.util.List<MentionDto> mentions)
Generates the json string to add comment.
|
Constructor and Description |
---|
Comment(long id,
java.lang.String text,
java.util.Date createdAt,
UserDto creator,
java.util.List<MentionDto> mentions) |