Class MessageCreator
- java.lang.Object
-
- com.twilio.base.Creator<Message>
-
- com.twilio.rest.ipmessaging.v1.service.channel.MessageCreator
-
-
Constructor Summary
Constructors Constructor Description MessageCreator(String pathServiceSid, String pathChannelSid, String body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Messagecreate(TwilioRestClient client)Execute a request using specified client.MessageCreatorsetAttributes(String attributes)MessageCreatorsetBody(String body)MessageCreatorsetFrom(String from)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setBody
public MessageCreator setBody(String body)
-
setFrom
public MessageCreator setFrom(String from)
-
setAttributes
public MessageCreator setAttributes(String attributes)
-
-