| Constructor and Description |
|---|
MessageUpdater(String pathServiceSid,
String pathChannelSid,
String pathSid)
Construct a new MessageUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
MessageUpdater |
setAttributes(String attributes)
The attributes.
|
MessageUpdater |
setBody(String body)
The body.
|
Message |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic MessageUpdater setBody(String body)
body - The bodypublic MessageUpdater setAttributes(String attributes)
attributes - The attributespublic Message update(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.