Uses of Class
com.twilio.rest.ipmessaging.v2.service.channel.MessageUpdater
-
Packages that use MessageUpdater Package Description com.twilio.rest.ipmessaging.v2.service.channel -
-
Uses of MessageUpdater in com.twilio.rest.ipmessaging.v2.service.channel
Methods in com.twilio.rest.ipmessaging.v2.service.channel that return MessageUpdater Modifier and Type Method Description MessageUpdater
MessageUpdater. setAttributes(String attributes)
MessageUpdater
MessageUpdater. setBody(String body)
MessageUpdater
MessageUpdater. setDateCreated(ZonedDateTime dateCreated)
MessageUpdater
MessageUpdater. setDateUpdated(ZonedDateTime dateUpdated)
MessageUpdater
MessageUpdater. setFrom(String from)
MessageUpdater
MessageUpdater. setLastUpdatedBy(String lastUpdatedBy)
MessageUpdater
MessageUpdater. setXTwilioWebhookEnabled(Message.WebhookEnabledType xTwilioWebhookEnabled)
static MessageUpdater
Message. updater(String pathServiceSid, String pathChannelSid, String pathSid)
-