Class CountryFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Country>
-
- com.twilio.rest.voice.v1.dialingpermissions.CountryFetcher
-
-
Constructor Summary
Constructors Constructor Description CountryFetcher(String pathIsoCode)
-
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 pathIsoCode)
-
-