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