Class DownloadTransientDocumentAnnotationsJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DownloadTransientDocumentAnnotationsJson
-
- All Implemented Interfaces:
Serializable
public class DownloadTransientDocumentAnnotationsJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DownloadTransientDocumentAnnotationsJson()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.api.sdk.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)
-
setUserAddressesAnnotationsToDownload
public void setUserAddressesAnnotationsToDownload(Set<String> userAddressesAnnotationsToDownload)
-
isShouldDownloadHiddenAnnotations
public boolean isShouldDownloadHiddenAnnotations()
-
setShouldDownloadHiddenAnnotations
public void setShouldDownloadHiddenAnnotations(boolean shouldDownloadHiddenAnnotations)
-
-