Constructor and Description |
---|
MessageReader(String serviceSid,
String channelSid)
Construct a new MessageReader.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<Message> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Message> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Message> |
nextPage(Page<Message> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public ResourceSet<Message> execute(TwilioRestClient client)
public Page<Message> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.