Class ExportSelectionResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.ExportSelectionResponse
- All Implemented Interfaces:
Serializable
Response containing the list of subselected folders
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEmpty constructorExportSelectionResponse
(Message message, ResponseInfo responseInfo) Create a response with given message and response info -
Method Summary
Modifier and TypeMethodDescriptionGet the subselected foldersGet the subselected inherited foldersvoid
setFolders
(List<Integer> folders) Set the subselected foldersvoid
setInheritedFolders
(Map<Integer, List<Integer>> inheritedFolders) Set the subselected inherited foldersMethods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Field Details
-
folders
List of subselected folders -
inheritedFolders
Map of subselected inherited folders
-
-
Constructor Details
-
ExportSelectionResponse
public ExportSelectionResponse()Empty constructor -
ExportSelectionResponse
Create a response with given message and response info- Parameters:
message
- messageresponseInfo
- response info
-
-
Method Details
-
getFolders
Get the subselected folders- Returns:
- the folders
-
setFolders
Set the subselected folders- Parameters:
folders
- the folders to set
-
getInheritedFolders
Get the subselected inherited folders- Returns:
- the inheritedFolders
-
setInheritedFolders
Set the subselected inherited folders- Parameters:
inheritedFolders
- the inheritedFolders to set
-