Class DownloadSingleTransientDocumentForWebJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DownloadSingleTransientDocumentForWebJson
- All Implemented Interfaces:
Serializable
public class DownloadSingleTransientDocumentForWebJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DownloadSingleTransientDocumentForWebJson()
-
Method Summary
Modifier and Type Method Description String
getDocumentPath()
DownloadTypes
getDownloadType()
Download type.String
getWorkspaceUuid()
boolean
isForceWatermarks()
If to force water marks on original downloaded filevoid
setDocumentPath(String documentPath)
void
setDownloadType(DownloadTypes downloadType)
Download type.void
setForceWatermarks(boolean forceWatermarks)
If to force water marks on original downloaded filevoid
setWorkspaceUuid(String workspaceUuid)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DownloadSingleTransientDocumentForWebJson
public DownloadSingleTransientDocumentForWebJson()
-
-
Method Details
-
getDownloadType
Download type.- Returns:
- Download type.
-
setDownloadType
Download type.- Parameters:
downloadType
- Download type.
-
getDocumentPath
-
setDocumentPath
-
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
-
setWorkspaceUuid
-