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
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
getDeviceType
public DeviceType getDeviceType()
-
setDeviceType
public void setDeviceType(DeviceType deviceType)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getReportProblematicAnnotations
public Boolean getReportProblematicAnnotations()
-
setReportProblematicAnnotations
public void setReportProblematicAnnotations(Boolean reportProblematicAnnotations)
-
getWorkspaceGuid
public String getWorkspaceGuid()
-
setWorkspaceGuid
public void setWorkspaceGuid(String workspaceGuid)
-
getAnnotations
public DocumentAnnotationsJson getAnnotations()
-
setAnnotations
public void setAnnotations(DocumentAnnotationsJson annotations)
-
isLogAction
public boolean isLogAction()
-
setLogAction
public void setLogAction(boolean logAction)
-
-