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