Class RestoreWorkspacesRecycleBinWorkspacesJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.RestoreWorkspacesRecycleBinWorkspacesJson
- All Implemented Interfaces:
Serializable
public class RestoreWorkspacesRecycleBinWorkspacesJson extends BaseJson
Workspaces to restore from the recycle bin
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RestoreWorkspacesRecycleBinWorkspacesJson()
-
Method Summary
Modifier and Type Method Description Set<String>
getWorkspaceGuidsToRestore()
List of workspaces (by uuid) to restoreSet<Integer>
getWorkspaceIdsToRestore()
List of workspaces (by id) to restorevoid
setWorkspaceGuidsToRestore(Set<String> workspaceGuidsToRestore)
List of workspaces (by uuid) to restorevoid
setWorkspaceIdsToRestore(Set<Integer> workspaceIdsToRestore)
List of workspaces (by id) to restoreMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
RestoreWorkspacesRecycleBinWorkspacesJson
public RestoreWorkspacesRecycleBinWorkspacesJson()
-
-
Method Details
-
getWorkspaceGuidsToRestore
List of workspaces (by uuid) to restore- Returns:
- List of workspaces (by uuid) to restore
-
setWorkspaceGuidsToRestore
List of workspaces (by uuid) to restore- Parameters:
workspaceGuidsToRestore
- List of workspaces (by uuid) to restore
-
getWorkspaceIdsToRestore
List of workspaces (by id) to restore- Returns:
- List of workspaces (by id) to restore
-
setWorkspaceIdsToRestore
List of workspaces (by id) to restore- Parameters:
workspaceIdsToRestore
- List of workspaces (by id) to restore
-