Class FolderListResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.StagingResponse<String>
com.gentics.contentnode.rest.model.response.AbstractListResponse<Folder>
com.gentics.contentnode.rest.model.response.FolderListResponse
- All Implemented Interfaces:
Serializable
Response for a folder list request.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList 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)setDeleted
(List<String> deleted) Set the list of folder ids, that do not exist in the backendMethods inherited from class com.gentics.contentnode.rest.model.response.AbstractListResponse
getHasMoreItems, getItems, getNumItems, getPerms, setHasMoreItems, setItems, setNumItems, setPerms
Methods inherited from class com.gentics.contentnode.rest.model.response.StagingResponse
getStagingStatus, setStagingStatus
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
FolderListResponse
public FolderListResponse() -
FolderListResponse
-
-
Method Details
-
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
Set the list of folder ids, that do not exist in the backend- Parameters:
deleted
- list of folder ids
-