public class AvailablePhoneNumberCountryFetcher extends Fetcher<AvailablePhoneNumberCountry>
| Constructor and Description |
|---|
AvailablePhoneNumberCountryFetcher(String pathCountryCode)
Construct a new AvailablePhoneNumberCountryFetcher.
|
AvailablePhoneNumberCountryFetcher(String pathAccountSid,
String pathCountryCode)
Construct a new AvailablePhoneNumberCountryFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
AvailablePhoneNumberCountry |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic AvailablePhoneNumberCountryFetcher(String pathCountryCode)
pathCountryCode - The country_codepublic AvailablePhoneNumberCountry fetch(TwilioRestClient client)
fetch in class Fetcher<AvailablePhoneNumberCountry>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.