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