Class MessageCollectionResponseDto
java.lang.Object
esendex.sdk.java.model.transfer.Dto
esendex.sdk.java.model.transfer.PageableDto
esendex.sdk.java.model.transfer.message.MessageCollectionResponseDto
- All Implemented Interfaces:
Iterable<MessageResponseDto>
public class MessageCollectionResponseDto
extends PageableDto
implements Iterable<MessageResponseDto>
The root object for message responses. Contains a collection of
MessageResponses.
- Author:
- Mike Whittaker
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class esendex.sdk.java.model.transfer.PageableDto
getCount, getStartindex, getTotalcount
Methods inherited from class esendex.sdk.java.model.transfer.Dto
getId, getUri, getXmlns, setId, setUri, setXmlns
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
MessageCollectionResponseDto
public MessageCollectionResponseDto()
-
-
Method Details
-
getMessageheaders
Gets the messages.- Returns:
- the messages
-
getBatchid
-
toString
- Overrides:
toString
in classPageableDto
-
iterator
- Specified by:
iterator
in interfaceIterable<MessageResponseDto>
-