Class MessageCreator
- java.lang.Object
-
- com.twilio.base.Creator<Message>
-
- com.twilio.rest.chat.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 Message
create(TwilioRestClient client)
Execute a request using specified client.MessageCreator
setAttributes(String attributes)
MessageCreator
setBody(String body)
MessageCreator
setFrom(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)
-
-