Class MessageListResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.MessageListResponse
-
- All Implemented Interfaces:
Serializable
public class MessageListResponse extends GenericResponse
Response containing a list of Inbox Messages- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageListResponse()
Create an empty instanceMessageListResponse(Message message, ResponseInfo responseInfo)
Create an instance with a response message and response info
-
Method Summary
-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Constructor Detail
-
MessageListResponse
public MessageListResponse()
Create an empty instance
-
MessageListResponse
public MessageListResponse(Message message, ResponseInfo responseInfo)
Create an instance with a response message and response info- Parameters:
message
- response messageresponseInfo
-
-
-