Class UploadUserTransientDocumentAnnotationsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.UploadUserTransientDocumentAnnotationsJson
- All Implemented Interfaces:
Serializable
public class UploadUserTransientDocumentAnnotationsJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UploadUserTransientDocumentAnnotationsJson()
-
Method Summary
Modifier and Type Method Description DocumentAnnotationsJson
getAnnotations()
DeviceType
getDeviceType()
String
getPath()
Boolean
getReportProblematicAnnotations()
String
getWorkspaceGuid()
boolean
isLogAction()
void
setAnnotations(DocumentAnnotationsJson annotations)
void
setDeviceType(DeviceType deviceType)
void
setLogAction(boolean logAction)
void
setPath(String path)
void
setReportProblematicAnnotations(Boolean reportProblematicAnnotations)
void
setWorkspaceGuid(String workspaceGuid)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
UploadUserTransientDocumentAnnotationsJson
public UploadUserTransientDocumentAnnotationsJson()
-
-
Method Details
-
getDeviceType
-
setDeviceType
-
getPath
-
setPath
-
getReportProblematicAnnotations
-
setReportProblematicAnnotations
-
getAnnotations
-
setAnnotations
-
getWorkspaceGuid
-
setWorkspaceGuid
-
isLogAction
public boolean isLogAction() -
setLogAction
public void setLogAction(boolean logAction)
-