Class DownloadSingleIManageDocumentJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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 uuid-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getItemId
public String getItemId()
The imanage item id for the document- Returns:
- The imanage item id for the document
-
setItemId
public void setItemId(String itemId)
The imanage item id for the document- Parameters:
itemId
- The imanage item id for the document
-
getDownloadType
public DownloadTypes getDownloadType()
Download type.- Returns:
- Download type.
-
setDownloadType
public void setDownloadType(DownloadTypes downloadType)
Download type.- Parameters:
downloadType
- Download type.
-
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
-
getWorkspaceUuid
public String getWorkspaceUuid()
The workspace uuid- Returns:
- The workspace uuid
-
setWorkspaceUuid
public void setWorkspaceUuid(String workspaceUuid)
The workspace uuid- Parameters:
workspaceUuid
- The workspace uuid
-
-