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