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