public class FolderListResponse extends AbstractListResponse<Folder>
Constructor and Description |
---|
FolderListResponse() |
FolderListResponse(Message message,
ResponseInfo responseInfo) |
Modifier and Type | Method and Description |
---|---|
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)
|
FolderListResponse |
setDeleted(List<String> deleted)
Set the list of folder ids, that do not exist in the backend
|
getHasMoreItems, getItems, getNumItems, getPerms, setHasMoreItems, setItems, setNumItems, setPerms
getStagingStatus, setStagingStatus
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
public FolderListResponse()
public FolderListResponse(Message message, ResponseInfo responseInfo)
public List<String> getDeleted()
public FolderListResponse setDeleted(List<String> deleted)
deleted
- list of folder idsCopyright © 2024 Gentics Software. All rights reserved.