Package com.twilio.rest.flexapi.v1
Class WebChannelUpdater
- java.lang.Object
-
- com.twilio.base.Updater<WebChannel>
-
- com.twilio.rest.flexapi.v1.WebChannelUpdater
-
public class WebChannelUpdater extends Updater<WebChannel>
-
-
Constructor Summary
Constructors Constructor Description WebChannelUpdater(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebChannelUpdater
setChatStatus(WebChannel.ChatStatus chatStatus)
WebChannelUpdater
setPostEngagementData(String postEngagementData)
WebChannel
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
WebChannelUpdater
public WebChannelUpdater(String pathSid)
-
-
Method Detail
-
setChatStatus
public WebChannelUpdater setChatStatus(WebChannel.ChatStatus chatStatus)
-
setPostEngagementData
public WebChannelUpdater setPostEngagementData(String postEngagementData)
-
update
public WebChannel update(TwilioRestClient client)
Description copied from class:Updater
Execute a request using specified client.- Specified by:
update
in classUpdater<WebChannel>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-