| Package | Description |
|---|---|
| com.cybozu.kintone.database |
| Modifier and Type | Method and Description |
|---|---|
CommentSet |
Connection.getComments(long app,
long record,
boolean descending) |
CommentSet |
Connection.getComments(long app,
long record,
boolean descending,
long limit,
long offset)
Get record comments
|
CommentSet |
JsonParser.jsonToCommentSet(Connection con,
java.lang.String json)
Converts the json string to the commentset object.
|