Class ChannelUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Channel>
-
- com.twilio.rest.ipmessaging.v1.service.ChannelUpdater
-
-
Constructor Summary
Constructors Constructor Description ChannelUpdater(String pathServiceSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelUpdater
setAttributes(String attributes)
ChannelUpdater
setFriendlyName(String friendlyName)
ChannelUpdater
setUniqueName(String uniqueName)
Channel
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setFriendlyName
public ChannelUpdater setFriendlyName(String friendlyName)
-
setUniqueName
public ChannelUpdater setUniqueName(String uniqueName)
-
setAttributes
public ChannelUpdater setAttributes(String attributes)
-
-