Class RestoreExchangesRecycleBinDocumentsJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.RestoreExchangesRecycleBinDocumentsJson
-
- All Implemented Interfaces:
Serializable
public class RestoreExchangesRecycleBinDocumentsJson extends BaseJson
Files to restore from the Sent items recycle bin to the original folders.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestoreExchangesRecycleBinDocumentsJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getDocumentGuidsToRestore()
List of guids of files to restorevoid
setDocumentGuidsToRestore(Set<String> documentGuidsToRestore)
List of guids of files to restore-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-