Class MessageUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Message>
-
- com.twilio.rest.ipmessaging.v2.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 MessageUpdater
setAttributes(String attributes)
MessageUpdater
setBody(String body)
MessageUpdater
setDateCreated(ZonedDateTime dateCreated)
MessageUpdater
setDateUpdated(ZonedDateTime dateUpdated)
MessageUpdater
setFrom(String from)
MessageUpdater
setLastUpdatedBy(String lastUpdatedBy)
MessageUpdater
setXTwilioWebhookEnabled(Message.WebhookEnabledType xTwilioWebhookEnabled)
Message
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setXTwilioWebhookEnabled
public MessageUpdater setXTwilioWebhookEnabled(Message.WebhookEnabledType xTwilioWebhookEnabled)
-
setBody
public MessageUpdater setBody(String body)
-
setAttributes
public MessageUpdater setAttributes(String attributes)
-
setDateCreated
public MessageUpdater setDateCreated(ZonedDateTime dateCreated)
-
setDateUpdated
public MessageUpdater setDateUpdated(ZonedDateTime dateUpdated)
-
setLastUpdatedBy
public MessageUpdater setLastUpdatedBy(String lastUpdatedBy)
-
setFrom
public MessageUpdater setFrom(String from)
-
-