Package com.twilio.rest.pricing.v2
Class CountryFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Country>
-
- com.twilio.rest.pricing.v2.CountryFetcher
-
-
Constructor Summary
Constructors Constructor Description CountryFetcher(String pathIsoCountry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Country
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
CountryFetcher
public CountryFetcher(String pathIsoCountry)
-
-