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