Constructor and Description |
---|
ServiceReader() |
Modifier and Type | Method and Description |
---|---|
ServiceReader |
byFriendlyName(String friendlyName)
The friendly_name.
|
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 ServiceReader byFriendlyName(String friendlyName)
friendlyName
- The friendly_namepublic ResourceSet<Service> execute(TwilioRestClient client)
public Page<Service> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.