Class TaskChannelUpdater
- java.lang.Object
-
- com.twilio.base.Updater<TaskChannel>
-
- com.twilio.rest.taskrouter.v1.workspace.TaskChannelUpdater
-
public class TaskChannelUpdater extends Updater<TaskChannel>
-
-
Constructor Summary
Constructors Constructor Description TaskChannelUpdater(String pathWorkspaceSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskChannelUpdatersetChannelOptimizedRouting(Boolean channelOptimizedRouting)TaskChannelUpdatersetFriendlyName(String friendlyName)TaskChannelupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setFriendlyName
public TaskChannelUpdater setFriendlyName(String friendlyName)
-
setChannelOptimizedRouting
public TaskChannelUpdater setChannelOptimizedRouting(Boolean channelOptimizedRouting)
-
update
public TaskChannel update(TwilioRestClient client)
Description copied from class:UpdaterExecute a request using specified client.- Specified by:
updatein classUpdater<TaskChannel>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-