| Constructor and Description |
|---|
CountryReader() |
| Modifier and Type | Method and Description |
|---|---|
Page<Country> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Country> |
getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Country> |
nextPage(Page<Country> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Country> |
previousPage(Page<Country> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Country> |
read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
public ResourceSet<Country> read(TwilioRestClient client)
public Page<Country> firstPage(TwilioRestClient client)
public Page<Country> getPage(String targetUrl, TwilioRestClient client)
public Page<Country> nextPage(Page<Country> page, TwilioRestClient client)
public Page<Country> previousPage(Page<Country> page, TwilioRestClient client)
previousPage in class Reader<Country>page - current pageclient - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.