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