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