public class MessageInteractionFetcher extends Fetcher<MessageInteraction>
| Constructor and Description |
|---|
MessageInteractionFetcher(String pathServiceSid,
String pathSessionSid,
String pathParticipantSid,
String pathSid)
Construct a new MessageInteractionFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
MessageInteraction |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic MessageInteractionFetcher(String pathServiceSid, String pathSessionSid, String pathParticipantSid, String pathSid)
pathServiceSid - Service Sid.pathSessionSid - Session Sid.pathParticipantSid - Participant Sid.pathSid - A string that uniquely identifies this Interaction.public MessageInteraction fetch(TwilioRestClient client)
fetch in class Fetcher<MessageInteraction>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.