public class CountryFetcher extends Fetcher<Country>
Constructor and Description |
---|
CountryFetcher(String pathIsoCode)
Construct a new CountryFetcher.
|
Modifier and Type | Method and Description |
---|---|
Country |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsync
public CountryFetcher(String pathIsoCode)
pathIsoCode
- The ISO country codepublic Country fetch(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.