Class MessageUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Message>
-
- com.twilio.rest.conversations.v1.service.conversation.MessageUpdater
-
-
Constructor Summary
Constructors Constructor Description MessageUpdater(String pathChatServiceSid, String pathConversationSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageUpdatersetAttributes(String attributes)MessageUpdatersetAuthor(String author)MessageUpdatersetBody(String body)MessageUpdatersetDateCreated(ZonedDateTime dateCreated)MessageUpdatersetDateUpdated(ZonedDateTime dateUpdated)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)
-
setAuthor
public MessageUpdater setAuthor(String author)
-
setBody
public MessageUpdater setBody(String body)
-
setDateCreated
public MessageUpdater setDateCreated(ZonedDateTime dateCreated)
-
setDateUpdated
public MessageUpdater setDateUpdated(ZonedDateTime dateUpdated)
-
setAttributes
public MessageUpdater setAttributes(String attributes)
-
-