Class MessageListResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.MessageListResponse
- All Implemented Interfaces:
Serializable
Response containing a list of Inbox Messages
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate 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 Details
-
MessageListResponse
public MessageListResponse()Create an empty instance -
MessageListResponse
Create an instance with a response message and response info- Parameters:
message
- response messageresponseInfo
-
-