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