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