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
All Methods Instance Methods Concrete Methods 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 restore-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getWorkspaceGuidsToRestore
public Set<String> getWorkspaceGuidsToRestore()
List of workspaces (by uuid) to restore- Returns:
- List of workspaces (by uuid) to restore
-
setWorkspaceGuidsToRestore
public void setWorkspaceGuidsToRestore(Set<String> workspaceGuidsToRestore)
List of workspaces (by uuid) to restore- Parameters:
workspaceGuidsToRestore
- List of workspaces (by uuid) to restore
-
getWorkspaceIdsToRestore
public Set<Integer> getWorkspaceIdsToRestore()
List of workspaces (by id) to restore- Returns:
- List of workspaces (by id) to restore
-
-