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 MessageUpdater
setAttributes(String attributes)
MessageUpdater
setAuthor(String author)
MessageUpdater
setBody(String body)
MessageUpdater
setDateCreated(ZonedDateTime dateCreated)
MessageUpdater
setDateUpdated(ZonedDateTime dateUpdated)
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)
-
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)
-
-