public class MessageDeltaCollectionPage extends BaseCollectionPage<Message,IMessageDeltaCollectionRequestBuilder> implements IMessageDeltaCollectionPage
Modifier and Type | Field and Description |
---|---|
java.lang.String |
deltaLink
The opaque link to query delta after the
initial request
|
Constructor and Description |
---|
MessageDeltaCollectionPage(MessageDeltaCollectionResponse response,
IMessageDeltaCollectionRequestBuilder builder)
A collection page for Message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
deltaLink()
The deltaLink to make future delta requests
|
additionalDataManager, getCurrentPage, getNextPage, getRawObject, getSerializer, setRawObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCurrentPage, getNextPage, getRawObject
additionalDataManager, setRawObject
public java.lang.String deltaLink
public MessageDeltaCollectionPage(MessageDeltaCollectionResponse response, IMessageDeltaCollectionRequestBuilder builder)
response
- The serialized MessageDeltaCollectionResponse from the servicebuilder
- The request builder for the next collection pagepublic java.lang.String deltaLink()
deltaLink
in interface IMessageDeltaCollectionPage