Class DeleteDocumentsSelectionSdsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentsSelectionJson
com.blackberry.workspaces.sdk.api.json.DocumentsSelectionSdsJson
com.blackberry.workspaces.sdk.api.json.DeleteDocumentsSelectionSdsJson
- All Implemented Interfaces:
Serializable
public class DeleteDocumentsSelectionSdsJson extends DocumentsSelectionSdsJson
Files to be deleted from Inbox/Sent items.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DeleteDocumentsSelectionSdsJson()
-
Method Summary
Modifier and Type Method Description DeviceType
getDeviceType()
Boolean
getIsPermanent()
Flag indicating file should be deleted permanently (not placed in Recycle Bin)wString
getMessage()
Some operations using this Json support messages left for affected users.void
setDeviceType(DeviceType deviceType)
void
setIsPermanent(Boolean isPermanent)
Flag indicating file should be deleted permanently (not placed in Recycle Bin)wvoid
setMessage(String message)
Some operations using this Json support messages left for affected users.Methods inherited from class com.blackberry.workspaces.sdk.api.json.DocumentsSelectionSdsJson
getDocumentFilter, setDocumentFilter
Methods inherited from class com.blackberry.workspaces.sdk.api.json.DocumentsSelectionJson
getDocumentGuids, getForceAction, setDocumentGuids, setForceAction
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DeleteDocumentsSelectionSdsJson
public DeleteDocumentsSelectionSdsJson()
-
-
Method Details
-
getDeviceType
-
setDeviceType
-
getIsPermanent
Flag indicating file should be deleted permanently (not placed in Recycle Bin)w- Returns:
- Flag indicating file should be deleted permanently (not placed in Recycle Bin)w
-
setIsPermanent
Flag indicating file should be deleted permanently (not placed in Recycle Bin)w- Parameters:
isPermanent
- Flag indicating file should be deleted permanently (not placed in Recycle Bin)w
-
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.
-