Class RestoreWorkspacesRecycleBinWorkspacesJson

  • All Implemented Interfaces:
    Serializable

    public class RestoreWorkspacesRecycleBinWorkspacesJson
    extends BaseJson
    Workspaces to restore from the recycle bin
    See Also:
    Serialized Form
    • Constructor Detail

      • RestoreWorkspacesRecycleBinWorkspacesJson

        public RestoreWorkspacesRecycleBinWorkspacesJson()
    • 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
      • setWorkspaceIdsToRestore

        public void setWorkspaceIdsToRestore​(Set<Integer> workspaceIdsToRestore)
        List of workspaces (by id) to restore
        Parameters:
        workspaceIdsToRestore - List of workspaces (by id) to restore