public class AvailableAddOnFetcher extends Fetcher<AvailableAddOn>
| Constructor and Description |
|---|
AvailableAddOnFetcher(String pathSid)
Construct a new AvailableAddOnFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
AvailableAddOn |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic AvailableAddOnFetcher(String pathSid)
pathSid - The unique Available Add-on Sidpublic AvailableAddOn fetch(TwilioRestClient client)
fetch in class Fetcher<AvailableAddOn>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.