public class OutgoingCallerIdFetcher extends Fetcher<OutgoingCallerId>
Constructor and Description |
---|
OutgoingCallerIdFetcher(String sid)
Construct a new OutgoingCallerIdFetcher.
|
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 OutgoingCallerIdFetcher(String sid)
sid
- Fetch by unique outgoing-caller-id Sidpublic OutgoingCallerId execute(TwilioRestClient client)
execute
in class Fetcher<OutgoingCallerId>
client
- TwilioRestClient with which to make the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.