| Constructor and Description |
|---|
PayloadFetcher(String pathReferenceSid,
String pathAddOnResultSid,
String pathSid)
Construct a new PayloadFetcher.
|
PayloadFetcher(String pathAccountSid,
String pathReferenceSid,
String pathAddOnResultSid,
String pathSid)
Construct a new PayloadFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
Payload |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic PayloadFetcher(String pathReferenceSid, String pathAddOnResultSid, String pathSid)
pathReferenceSid - The reference_sidpathAddOnResultSid - The add_on_result_sidpathSid - Fetch by unique payload Sidpublic PayloadFetcher(String pathAccountSid, String pathReferenceSid, String pathAddOnResultSid, String pathSid)
pathAccountSid - The account_sidpathReferenceSid - The reference_sidpathAddOnResultSid - The add_on_result_sidpathSid - Fetch by unique payload Sidpublic Payload fetch(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.