Class InteractionChannelUpdater
- java.lang.Object
-
- com.twilio.base.Updater<InteractionChannel>
-
- com.twilio.rest.flexapi.v1.interaction.InteractionChannelUpdater
-
public class InteractionChannelUpdater extends Updater<InteractionChannel>
-
-
Constructor Summary
Constructors Constructor Description InteractionChannelUpdater(String pathInteractionSid, String pathSid, InteractionChannel.Status status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InteractionChannelUpdater
setRouting(Map<String,Object> routing)
InteractionChannelUpdater
setStatus(InteractionChannel.Status status)
InteractionChannel
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
InteractionChannelUpdater
public InteractionChannelUpdater(String pathInteractionSid, String pathSid, InteractionChannel.Status status)
-
-
Method Detail
-
setStatus
public InteractionChannelUpdater setStatus(InteractionChannel.Status status)
-
setRouting
public InteractionChannelUpdater setRouting(Map<String,Object> routing)
-
update
public InteractionChannel update(TwilioRestClient client)
Description copied from class:Updater
Execute a request using specified client.- Specified by:
update
in classUpdater<InteractionChannel>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-