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