com.gentics.contentnode.rest.model.response
Class MessageListResponse

java.lang.Object
  extended by com.gentics.contentnode.rest.model.response.GenericResponse
      extended by com.gentics.contentnode.rest.model.response.MessageListResponse

public class MessageListResponse
extends GenericResponse

Response containing a list of Inbox Messages


Constructor Summary
MessageListResponse()
          Create an empty instance
MessageListResponse(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 message
responseInfo -


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.