Class ExportSelectionResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.ExportSelectionResponse
-
- All Implemented Interfaces:
Serializable
public class ExportSelectionResponse extends GenericResponse
Response containing the list of subselected folders- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExportSelectionResponse()
Empty constructorExportSelectionResponse(Message message, ResponseInfo responseInfo)
Create a response with given message and response info
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>
getFolders()
Get the subselected foldersMap<Integer,List<Integer>>
getInheritedFolders()
Get the subselected inherited foldersvoid
setFolders(List<Integer> folders)
Set the subselected foldersvoid
setInheritedFolders(Map<Integer,List<Integer>> inheritedFolders)
Set the subselected inherited folders-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Constructor Detail
-
ExportSelectionResponse
public ExportSelectionResponse()
Empty constructor
-
ExportSelectionResponse
public ExportSelectionResponse(Message message, ResponseInfo responseInfo)
Create a response with given message and response info- Parameters:
message
- messageresponseInfo
- response info
-
-