Package com.twilio.rest.pricing.v1.voice
Class CountryFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Country>
-
- com.twilio.rest.pricing.v1.voice.CountryFetcher
-
-
Constructor Summary
Constructors Constructor Description CountryFetcher(String pathIsoCountry)
Construct a new CountryFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Country
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
CountryFetcher
public CountryFetcher(String pathIsoCountry)
Construct a new CountryFetcher.- Parameters:
pathIsoCountry
- The ISO country code
-
-
Method Detail
-
fetch
public Country fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
-
-