Class CreateNewCommentJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.CreateNewCommentJson
-
- All Implemented Interfaces:
Serializable
public class CreateNewCommentJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateNewCommentJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getData()
String
getDocumentUuid()
String
getParentCommentUuid()
void
setData(String data)
void
setDocumentUuid(String documentUuid)
void
setParentCommentUuid(String parentCommentUuid)
-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getParentCommentUuid
public String getParentCommentUuid()
-
setParentCommentUuid
public void setParentCommentUuid(String parentCommentUuid)
-
getData
public String getData()
-
setData
public void setData(String data)
-
getDocumentUuid
public String getDocumentUuid()
-
setDocumentUuid
public void setDocumentUuid(String documentUuid)
-
-