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