public class MultiFolderLoadResponse extends StagingResponse<String>
Constructor and Description |
---|
MultiFolderLoadResponse()
Constructor used by JAXB.
|
MultiFolderLoadResponse(List<Folder> folders)
Convenience constructor.
|
MultiFolderLoadResponse(Message message,
ResponseInfo responseInfo)
Response with an empty folder list.
|
Modifier and Type | Method and Description |
---|---|
List<Folder> |
getFolders()
The list of found folders.
|
void |
setFolders(List<Folder> folders)
Set the list of folders to send with the response.
|
getStagingStatus, setStagingStatus
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
public MultiFolderLoadResponse()
public MultiFolderLoadResponse(List<Folder> folders)
OK
.folders
- The folders the send with the response.public MultiFolderLoadResponse(Message message, ResponseInfo responseInfo)
message
- The message that should be displayed to the user.response
- ResponseInfo with the status of the response.Copyright © 2024 Gentics Software. All rights reserved.