Class DeleteDocumentsSelectionVdrJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentsSelectionVdrJson
com.blackberry.workspaces.sdk.api.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
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.sdk.api.json.DocumentsSelectionVdrJson
getDocumentGuids, getFolderGuids, getFolderIds, getFolderPaths, getForceAction, setDocumentGuids, setFolderGuids, setFolderIds, setFolderPaths, setForceAction
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DeleteDocumentsSelectionVdrJson
public DeleteDocumentsSelectionVdrJson()
-
-
Method Details
-
getDeviceType
-
setDeviceType
-
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
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
Some operations using this Json support messages left for affected users.- Returns:
- Some operations using this Json support messages left for affected users.
-
setMessage
Some operations using this Json support messages left for affected users.- Parameters:
message
- Some operations using this Json support messages left for affected users.
-