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
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 restoreMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
RestoreExchangesRecycleBinDocumentsJson
public RestoreExchangesRecycleBinDocumentsJson()
-
-
Method Details
-
getDocumentGuidsToRestore
List of guids of files to restore- Returns:
- List of guids of files to restore
-
setDocumentGuidsToRestore
List of guids of files to restore- Parameters:
documentGuidsToRestore
- List of guids of files to restore
-