Class FolderListResponse

All Implemented Interfaces:
Serializable

public class FolderListResponse extends AbstractListResponse<Folder>
Response for a folder list request.
See Also:
  • Constructor Details

    • FolderListResponse

      public FolderListResponse()
    • FolderListResponse

      public FolderListResponse(Message message, ResponseInfo responseInfo)
  • Method Details

    • getDeleted

      public List<String> getDeleted()
      List of folderIds (or [nodeId/folderId]s), which were requested to be opened (when getting folder structures), but do not exist in the backend (at least not visible for the user)
      Returns:
      list of folder ids
    • setDeleted

      public FolderListResponse setDeleted(List<String> deleted)
      Set the list of folder ids, that do not exist in the backend
      Parameters:
      deleted - list of folder ids