Class DeleteDocumentsSelectionVdrJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentsSelectionVdrJson
-
- com.blackberry.workspaces.api.sdk.json.DeleteDocumentsSelectionVdrJson
-
- All Implemented Interfaces:
Serializable
public class DeleteDocumentsSelectionVdrJson extends DocumentsSelectionVdrJson
Files or folders to be deleted from a workspace.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteDocumentsSelectionVdrJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceType
getDeviceType()
Boolean
getIsPermanent()
Flag indicates the file should be deleted permanently (not placed in the Recycle Bin)String
getMessage()
Some operations using this Json support messages left for affected users.void
setDeviceType(DeviceType deviceType)
void
setIsPermanent(Boolean isPermanent)
Flag indicates the file should be deleted permanently (not placed in the Recycle Bin)void
setMessage(String message)
Some operations using this Json support messages left for affected users.-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.DocumentsSelectionVdrJson
getDocumentGuids, getFolderGuids, getFolderIds, getFolderPaths, getForceAction, setDocumentGuids, setFolderGuids, setFolderIds, setFolderPaths, setForceAction
-
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)
-
getIsPermanent
public Boolean getIsPermanent()
Flag indicates the file should be deleted permanently (not placed in the Recycle Bin)- Returns:
- Flag indicates the file should be deleted permanently (not placed in the Recycle Bin)
-
setIsPermanent
public void setIsPermanent(Boolean isPermanent)
Flag indicates the file should be deleted permanently (not placed in the Recycle Bin)- Parameters:
isPermanent
- Flag indicates the file should be deleted permanently (not placed in the Recycle Bin)
-
getMessage
public String getMessage()
Some operations using this Json support messages left for affected users.- Returns:
- Some operations using this Json support messages left for affected users.
-
setMessage
public void setMessage(String message)
Some operations using this Json support messages left for affected users.- Parameters:
message
- Some operations using this Json support messages left for affected users.
-
-