public class PhoneNumberFetcher extends Fetcher<PhoneNumber>
| Constructor and Description |
|---|
PhoneNumberFetcher(String trunkSid,
String sid)
Construct a new PhoneNumberFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
PhoneNumber |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
public PhoneNumber execute(TwilioRestClient client)
execute in class Fetcher<PhoneNumber>client - TwilioRestClient with which to make the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.