Class DeleteCommentJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DeleteCommentJson
- All Implemented Interfaces:
Serializable
public class DeleteCommentJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DeleteCommentJson()
-
Method Summary
Modifier and Type Method Description String
getCommentUuid()
String
getDocumentUuid()
void
setCommentUuid(String commentUuid)
void
setDocumentUuid(String documentUuid)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DeleteCommentJson
public DeleteCommentJson()
-
-
Method Details