Uses of Class
com.twilio.rest.flexapi.v1.interaction.interactionchannel.InteractionChannelParticipant.Status
-
Packages that use InteractionChannelParticipant.Status Package Description com.twilio.rest.flexapi.v1.interaction.interactionchannel -
-
Uses of InteractionChannelParticipant.Status in com.twilio.rest.flexapi.v1.interaction.interactionchannel
Methods in com.twilio.rest.flexapi.v1.interaction.interactionchannel that return InteractionChannelParticipant.Status Modifier and Type Method Description static InteractionChannelParticipant.StatusInteractionChannelParticipant.Status. forValue(String value)static InteractionChannelParticipant.StatusInteractionChannelParticipant.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static InteractionChannelParticipant.Status[]InteractionChannelParticipant.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.flexapi.v1.interaction.interactionchannel with parameters of type InteractionChannelParticipant.Status Modifier and Type Method Description InteractionChannelParticipantUpdaterInteractionChannelParticipantUpdater. setStatus(InteractionChannelParticipant.Status status)static InteractionChannelParticipantUpdaterInteractionChannelParticipant. updater(String pathInteractionSid, String pathChannelSid, String pathSid, InteractionChannelParticipant.Status status)Constructors in com.twilio.rest.flexapi.v1.interaction.interactionchannel with parameters of type InteractionChannelParticipant.Status Constructor Description InteractionChannelParticipantUpdater(String pathInteractionSid, String pathChannelSid, String pathSid, InteractionChannelParticipant.Status status)
-