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