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
public class FolderListResponse extends AbstractListResponse<Folder>
Response for a folder list request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FolderListResponse()
FolderListResponse(Message message, ResponseInfo responseInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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-
Methods 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 Detail
-
FolderListResponse
public FolderListResponse()
-
FolderListResponse
public FolderListResponse(Message message, ResponseInfo responseInfo)
-
-
Method Detail
-
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
-
-