Uses of Class
com.twilio.rest.flexapi.v1.interaction.interactionchannel.InteractionChannelParticipant.Type
-
Packages that use InteractionChannelParticipant.Type Package Description com.twilio.rest.flexapi.v1.interaction.interactionchannel -
-
Uses of InteractionChannelParticipant.Type in com.twilio.rest.flexapi.v1.interaction.interactionchannel
Methods in com.twilio.rest.flexapi.v1.interaction.interactionchannel that return InteractionChannelParticipant.Type Modifier and Type Method Description static InteractionChannelParticipant.TypeInteractionChannelParticipant.Type. forValue(String value)InteractionChannelParticipant.TypeInteractionChannelParticipant. getType()static InteractionChannelParticipant.TypeInteractionChannelParticipant.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static InteractionChannelParticipant.Type[]InteractionChannelParticipant.Type. 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.Type Modifier and Type Method Description static InteractionChannelParticipantCreatorInteractionChannelParticipant. creator(String pathInteractionSid, String pathChannelSid, InteractionChannelParticipant.Type type, Map<String,Object> mediaProperties)InteractionChannelParticipantCreatorInteractionChannelParticipantCreator. setType(InteractionChannelParticipant.Type type)Constructors in com.twilio.rest.flexapi.v1.interaction.interactionchannel with parameters of type InteractionChannelParticipant.Type Constructor Description InteractionChannelParticipantCreator(String pathInteractionSid, String pathChannelSid, InteractionChannelParticipant.Type type, Map<String,Object> mediaProperties)
-