public class MessageInteractionReader extends Reader<MessageInteraction>
| Constructor and Description |
|---|
MessageInteractionReader(String pathServiceSid,
String pathSessionSid,
String pathParticipantSid)
Construct a new MessageInteractionReader.
|
| Modifier and Type | Method and Description |
|---|---|
Page<MessageInteraction> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<MessageInteraction> |
getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<MessageInteraction> |
nextPage(Page<MessageInteraction> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<MessageInteraction> |
previousPage(Page<MessageInteraction> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<MessageInteraction> |
read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
public ResourceSet<MessageInteraction> read(TwilioRestClient client)
read in class Reader<MessageInteraction>client - TwilioRestClient with which to make the requestpublic Page<MessageInteraction> firstPage(TwilioRestClient client)
firstPage in class Reader<MessageInteraction>client - TwilioRestClient with which to make the requestpublic Page<MessageInteraction> getPage(String targetUrl, TwilioRestClient client)
getPage in class Reader<MessageInteraction>targetUrl - API-generated URL for the requested results pageclient - TwilioRestClient with which to make the requestpublic Page<MessageInteraction> nextPage(Page<MessageInteraction> page, TwilioRestClient client)
nextPage in class Reader<MessageInteraction>page - current pageclient - TwilioRestClient with which to make the requestpublic Page<MessageInteraction> previousPage(Page<MessageInteraction> page, TwilioRestClient client)
previousPage in class Reader<MessageInteraction>page - current pageclient - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.