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