Uses of Class
com.twilio.rest.proxy.v1.service.session.Interaction.Type
-
Packages that use Interaction.Type Package Description com.twilio.rest.proxy.v1.service.session -
-
Uses of Interaction.Type in com.twilio.rest.proxy.v1.service.session
Methods in com.twilio.rest.proxy.v1.service.session that return Interaction.Type Modifier and Type Method Description static Interaction.TypeInteraction.Type. forValue(String value)Interaction.TypeInteraction. getType()static Interaction.TypeInteraction.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Interaction.Type[]Interaction.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-