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