public class ExportSelectionResponse extends GenericResponse
Modifier and Type | Field and Description |
---|---|
protected List<Integer> |
folders
List of subselected folders
|
protected Map<Integer,List<Integer>> |
inheritedFolders
Map of subselected inherited folders
|
Constructor and Description |
---|
ExportSelectionResponse()
Empty constructor
|
ExportSelectionResponse(Message message,
ResponseInfo responseInfo)
Create a response with given message and response info
|
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getFolders()
Get the subselected folders
|
Map<Integer,List<Integer>> |
getInheritedFolders()
Get the subselected inherited folders
|
void |
setFolders(List<Integer> folders)
Set the subselected folders
|
void |
setInheritedFolders(Map<Integer,List<Integer>> inheritedFolders)
Set the subselected inherited folders
|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
public ExportSelectionResponse()
public ExportSelectionResponse(Message message, ResponseInfo responseInfo)
message
- messageresponseInfo
- response infoCopyright © 2024 Gentics Software. All rights reserved.