Package com.twilio.rest.chat.v3
Class ChannelUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Channel>
-
- com.twilio.rest.chat.v3.ChannelUpdater
-
-
Constructor Summary
Constructors Constructor Description ChannelUpdater(String pathServiceSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelUpdatersetMessagingServiceSid(String messagingServiceSid)ChannelUpdatersetType(Channel.ChannelType type)ChannelUpdatersetXTwilioWebhookEnabled(Channel.WebhookEnabledType xTwilioWebhookEnabled)Channelupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setXTwilioWebhookEnabled
public ChannelUpdater setXTwilioWebhookEnabled(Channel.WebhookEnabledType xTwilioWebhookEnabled)
-
setType
public ChannelUpdater setType(Channel.ChannelType type)
-
setMessagingServiceSid
public ChannelUpdater setMessagingServiceSid(String messagingServiceSid)
-
-