Class MessageUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Message>
-
- com.twilio.rest.ipmessaging.v1.service.channel.MessageUpdater
-
-
Constructor Summary
Constructors Constructor Description MessageUpdater(String pathServiceSid, String pathChannelSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageUpdatersetAttributes(String attributes)MessageUpdatersetBody(String body)Messageupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setBody
public MessageUpdater setBody(String body)
-
setAttributes
public MessageUpdater setAttributes(String attributes)
-
-