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