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
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
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()
-
setWorkspaceUuid
public void setWorkspaceUuid(String workspaceUuid)
-
getDocumentPath
public String getDocumentPath()
-
setDocumentPath
public void setDocumentPath(String documentPath)
-
-