Class DownloadSingleIManageDocumentJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DownloadSingleIManageDocumentJson
- All Implemented Interfaces:
Serializable
public class DownloadSingleIManageDocumentJson extends BaseJson
Request for a document to be downloaded
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DownloadSingleIManageDocumentJson()
-
Method Summary
Modifier and Type Method Description DownloadTypes
getDownloadType()
Download type.String
getItemId()
The imanage item id for the documentString
getWorkspaceUuid()
The workspace uuidboolean
isForceWatermarks()
If to force water marks on original downloaded filevoid
setDownloadType(DownloadTypes downloadType)
Download type.void
setForceWatermarks(boolean forceWatermarks)
If to force water marks on original downloaded filevoid
setItemId(String itemId)
The imanage item id for the documentvoid
setWorkspaceUuid(String workspaceUuid)
The workspace uuidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DownloadSingleIManageDocumentJson
public DownloadSingleIManageDocumentJson()
-
-
Method Details
-
getItemId
The imanage item id for the document- Returns:
- The imanage item id for the document
-
setItemId
The imanage item id for the document- Parameters:
itemId
- The imanage item id for the document
-
getDownloadType
Download type.- Returns:
- Download type.
-
setDownloadType
Download type.- Parameters:
downloadType
- Download type.
-
getWorkspaceUuid
The workspace uuid- Returns:
- The workspace uuid
-
setWorkspaceUuid
The workspace uuid- Parameters:
workspaceUuid
- The workspace uuid
-
isForceWatermarks
public boolean isForceWatermarks()If to force water marks on original downloaded file- Returns:
- If to force water marks on original downloaded file
-
setForceWatermarks
public void setForceWatermarks(boolean forceWatermarks)If to force water marks on original downloaded file- Parameters:
forceWatermarks
- If to force water marks on original downloaded file
-