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