Class AvailablePhoneNumberCountryFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<AvailablePhoneNumberCountry>
-
- com.twilio.rest.api.v2010.account.AvailablePhoneNumberCountryFetcher
-
public class AvailablePhoneNumberCountryFetcher extends Fetcher<AvailablePhoneNumberCountry>
-
-
Constructor Summary
Constructors Constructor Description AvailablePhoneNumberCountryFetcher(String pathCountryCode)
AvailablePhoneNumberCountryFetcher(String pathAccountSid, String pathCountryCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AvailablePhoneNumberCountry
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public AvailablePhoneNumberCountry fetch(TwilioRestClient client)
Description copied from class:Fetcher
Execute a request using specified client.- Specified by:
fetch
in classFetcher<AvailablePhoneNumberCountry>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-