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 MessageInteractioncreate(TwilioRestClient client)Execute a request using specified client.MessageInteractionCreatorsetBody(String body)MessageInteractionCreatorsetMediaUrl(String mediaUrl)MessageInteractionCreatorsetMediaUrl(URI mediaUrl)MessageInteractionCreatorsetMediaUrl(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:CreatorExecute a request using specified client.- Specified by:
createin classCreator<MessageInteraction>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-