Class DocumentCommentCountJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentCommentCountJson
- All Implemented Interfaces:
Serializable
public class DocumentCommentCountJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DocumentCommentCountJson()
-
Method Summary
Modifier and Type Method Description Integer
getCommentCount()
Integer
getCommentMentionCount()
void
setCommentCount(Integer commentCount)
void
setCommentMentionCount(Integer commentMentionCount)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DocumentCommentCountJson
public DocumentCommentCountJson()
-
-
Method Details