Package | Description |
---|---|
com.twilio.rest.chat.v2.service |
Modifier and Type | Method and Description |
---|---|
ChannelUpdater |
ChannelUpdater.setAttributes(String attributes)
A valid JSON string that contains application-specific data..
|
ChannelUpdater |
ChannelUpdater.setCreatedBy(String createdBy)
The `identity` of the User that created the channel.
|
ChannelUpdater |
ChannelUpdater.setDateCreated(org.joda.time.DateTime dateCreated)
The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
format, to assign to the resource as the date it was created.
|
ChannelUpdater |
ChannelUpdater.setDateUpdated(org.joda.time.DateTime dateUpdated)
The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
format, to assign to the resource as the date it was last updated..
|
ChannelUpdater |
ChannelUpdater.setFriendlyName(String friendlyName)
A descriptive string that you create to describe the resource.
|
ChannelUpdater |
ChannelUpdater.setUniqueName(String uniqueName)
An application-defined string that uniquely identifies the resource.
|
static ChannelUpdater |
Channel.updater(String pathServiceSid,
String pathSid)
Create a ChannelUpdater to execute update.
|
Copyright © 2019 Twilio, Inc. All Rights Reserved.