public class MultiImageLoadResponse extends StagingResponse<String>
| Constructor and Description |
|---|
MultiImageLoadResponse()
Constructor used by JAXB.
|
MultiImageLoadResponse(List<Image> images)
Convenience constructor.
|
MultiImageLoadResponse(Message message,
ResponseInfo responseInfo)
Response with an empty image list.
|
| Modifier and Type | Method and Description |
|---|---|
List<Image> |
getImages()
The list of found images.
|
void |
setImages(List<Image> images)
Set the list of images to send with the response.
|
getStagingStatus, setStagingStatusaddMessage, getMessages, getResponseInfo, setMessages, setResponseInfopublic MultiImageLoadResponse()
public MultiImageLoadResponse(List<Image> images)
OK.images - The images the send with the response.public MultiImageLoadResponse(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.