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, fetchAsync
public InstalledAddOnFetcher(String pathSid)
pathSid
- The SID of the InstalledAddOn resource to fetchpublic InstalledAddOn fetch(TwilioRestClient client)
fetch
in class Fetcher<InstalledAddOn>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.