Package | Description |
---|---|
com.twilio.rest.pricing.v1.phonenumber |
Modifier and Type | Method and Description |
---|---|
Country |
CountryFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static Country |
Country.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Country object using the provided
ObjectMapper.
|
static Country |
Country.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Country object using the provided ObjectMapper.
|
Modifier and Type | Method and Description |
---|---|
Page<Country> |
CountryReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Country> |
CountryReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Country> |
CountryReader.nextPage(Page<Country> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Country> |
CountryReader.previousPage(Page<Country> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Country> |
CountryReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Modifier and Type | Method and Description |
---|---|
Page<Country> |
CountryReader.nextPage(Page<Country> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Country> |
CountryReader.previousPage(Page<Country> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.