public class SmsMessageUpdater extends Updater<SmsMessage>
| Constructor and Description |
|---|
SmsMessageUpdater(String accountSid,
String sid)
Construct a new SmsMessageUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
SmsMessage |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
SmsMessageUpdater |
setBody(String body)
The body.
|
public SmsMessageUpdater setBody(String body)
body - The bodypublic SmsMessage execute(TwilioRestClient client)
execute in class Updater<SmsMessage>client - TwilioRestClient with which to make the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.