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