Interface MessageResponse
- All Known Subinterfaces:
InboxMessageResponse
,SentMessageResponse
- All Known Implementing Classes:
InboxMessageResponseImpl
,MessageResponseImpl
,SentMessageResponseImpl
public interface MessageResponse
-
Method Details
-
getId
String getId() -
getReference
String getReference() -
getStatus
Status getStatus() -
getType
MessageType getType() -
getTo
MessageContact getTo() -
getFrom
MessageContact getFrom() -
getSummary
String getSummary() -
getBody
MessageBody getBody() -
getParts
Integer getParts() -
getBatch
Identity getBatch()
-