Class RestoreWorkspacesRecycleBinDocumentJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.RestoreWorkspacesRecycleBinDocumentJson
- All Implemented Interfaces:
Serializable
public class RestoreWorkspacesRecycleBinDocumentJson extends BaseJson
Files to restore from the Sent items recycle bin to the original folders.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RestoreWorkspacesRecycleBinDocumentJson()
-
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
-
RestoreWorkspacesRecycleBinDocumentJson
public RestoreWorkspacesRecycleBinDocumentJson()
-
-
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
-