Class DeleteDocumentsSelectionSdsJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentsSelectionJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentsSelectionSdsJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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.api.sdk.json.DocumentsSelectionSdsJson
getDocumentFilter, setDocumentFilter
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.DocumentsSelectionJson
getDocumentGuids, getForceAction, setDocumentGuids, 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 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
public void setIsPermanent(Boolean isPermanent)
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
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.
-
-