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