Class MessageUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Message>
-
- com.twilio.rest.chat.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 MessageUpdatersetAttributes(String attributes)MessageUpdatersetBody(String body)MessageUpdatersetDateCreated(ZonedDateTime dateCreated)MessageUpdatersetDateUpdated(ZonedDateTime dateUpdated)MessageUpdatersetFrom(String from)MessageUpdatersetLastUpdatedBy(String lastUpdatedBy)MessageUpdatersetXTwilioWebhookEnabled(Message.WebhookEnabledType xTwilioWebhookEnabled)Messageupdate(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)
-
-