Class DownloadTransientDocumentAnnotationsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DownloadTransientDocumentAnnotationsJson
- All Implemented Interfaces:
Serializable
public class DownloadTransientDocumentAnnotationsJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DownloadTransientDocumentAnnotationsJson()
-
Method Summary
Modifier and Type Method Description DeviceType
getDeviceType()
String
getPath()
Boolean
getReportProblematicAnnotations()
Set<String>
getUserAddressesAnnotationsToDownload()
String
getWorkspaceGuid()
boolean
isShouldDownloadHiddenAnnotations()
void
setDeviceType(DeviceType deviceType)
void
setPath(String path)
void
setReportProblematicAnnotations(Boolean reportProblematicAnnotations)
void
setShouldDownloadHiddenAnnotations(boolean shouldDownloadHiddenAnnotations)
void
setUserAddressesAnnotationsToDownload(Set<String> userAddressesAnnotationsToDownload)
void
setWorkspaceGuid(String workspaceGuid)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DownloadTransientDocumentAnnotationsJson
public DownloadTransientDocumentAnnotationsJson()
-
-
Method Details
-
getDeviceType
-
setDeviceType
-
getPath
-
setPath
-
getReportProblematicAnnotations
-
setReportProblematicAnnotations
-
getWorkspaceGuid
-
setWorkspaceGuid
-
getUserAddressesAnnotationsToDownload
-
setUserAddressesAnnotationsToDownload
-
isShouldDownloadHiddenAnnotations
public boolean isShouldDownloadHiddenAnnotations() -
setShouldDownloadHiddenAnnotations
public void setShouldDownloadHiddenAnnotations(boolean shouldDownloadHiddenAnnotations)
-