public class MultiPageLoadResponse extends GenericResponse
| Constructor and Description |
|---|
MultiPageLoadResponse()
Constructor used by JAXB.
|
MultiPageLoadResponse(List<Page> pages)
Convenience constructor.
|
MultiPageLoadResponse(Message message,
ResponseInfo responseInfo)
Response with an empty page list.
|
| Modifier and Type | Method and Description |
|---|---|
List<Page> |
getPages()
The list of found pages.
|
void |
setPages(List<Page> pages)
Set the list of pages to send with the response.
|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfopublic MultiPageLoadResponse()
public MultiPageLoadResponse(List<Page> pages)
OK.pages - The pages the send with the response.public MultiPageLoadResponse(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.