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