Class MessageInteractionCreator
- java.lang.Object
-
- com.twilio.base.Creator<MessageInteraction>
-
- com.twilio.rest.proxy.v1.service.session.participant.MessageInteractionCreator
-
public class MessageInteractionCreator extends Creator<MessageInteraction>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageInteraction
create(TwilioRestClient client)
Execute a request using specified client.MessageInteractionCreator
setBody(String body)
MessageInteractionCreator
setMediaUrl(String mediaUrl)
MessageInteractionCreator
setMediaUrl(URI mediaUrl)
MessageInteractionCreator
setMediaUrl(List<URI> mediaUrl)
-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setBody
public MessageInteractionCreator setBody(String body)
-
setMediaUrl
public MessageInteractionCreator setMediaUrl(List<URI> mediaUrl)
-
setMediaUrl
public MessageInteractionCreator setMediaUrl(URI mediaUrl)
-
setMediaUrl
public MessageInteractionCreator setMediaUrl(String mediaUrl)
-
create
public MessageInteraction create(TwilioRestClient client)
Description copied from class:Creator
Execute a request using specified client.- Specified by:
create
in classCreator<MessageInteraction>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-