public class OutgoingCallerIdFetcher extends Fetcher<OutgoingCallerId>
| Constructor and Description |
|---|
OutgoingCallerIdFetcher(String pathSid)
Construct a new OutgoingCallerIdFetcher.
|
OutgoingCallerIdFetcher(String pathAccountSid,
String pathSid)
Construct a new OutgoingCallerIdFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
OutgoingCallerId |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic OutgoingCallerIdFetcher(String pathSid)
pathSid - Fetch by unique outgoing-caller-id Sidpublic OutgoingCallerId fetch(TwilioRestClient client)
fetch in class Fetcher<OutgoingCallerId>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.