Constructor and Description |
---|
ChannelUpdater(String pathServiceSid,
String pathSid)
Construct a new ChannelUpdater.
|
Modifier and Type | Method and Description |
---|---|
ChannelUpdater |
setAttributes(String attributes)
The attributes.
|
ChannelUpdater |
setFriendlyName(String friendlyName)
The friendly_name.
|
ChannelUpdater |
setUniqueName(String uniqueName)
The unique_name.
|
Channel |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsync
public ChannelUpdater setFriendlyName(String friendlyName)
friendlyName
- The friendly_namepublic ChannelUpdater setUniqueName(String uniqueName)
uniqueName
- The unique_namepublic ChannelUpdater setAttributes(String attributes)
attributes
- The attributespublic Channel update(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.