public class MultiFileLoadResponse extends StagingResponse<String>
Constructor and Description |
---|
MultiFileLoadResponse()
Constructor used by JAXB.
|
MultiFileLoadResponse(List<File> files)
Convenience constructor.
|
MultiFileLoadResponse(Message message,
ResponseInfo responseInfo)
Response with an empty file list.
|
Modifier and Type | Method and Description |
---|---|
List<File> |
getFiles()
The list of found files.
|
void |
setFiles(List<File> files)
Set the list of files to send with the response.
|
getStagingStatus, setStagingStatus
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
public MultiFileLoadResponse()
public MultiFileLoadResponse(List<File> files)
OK
.files
- The files the send with the response.public MultiFileLoadResponse(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.