Class MessageInteractionFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<MessageInteraction>
-
- com.twilio.rest.proxy.v1.service.session.participant.MessageInteractionFetcher
-
public class MessageInteractionFetcher extends Fetcher<MessageInteraction>
-
-
Constructor Summary
Constructors Constructor Description MessageInteractionFetcher(String pathServiceSid, String pathSessionSid, String pathParticipantSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageInteractionfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public MessageInteraction fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<MessageInteraction>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-