Uses of Enum Class
com.vonage.client.messages.Channel
Packages that use Channel
Package
Description
This package contains classes and sub-packages to support usage of the
Vonage Messages API.
-
Uses of Channel in com.vonage.client.messages
Fields in com.vonage.client.messages declared as ChannelModifier and TypeFieldDescriptionprotected ChannelInboundMessage.channelprotected ChannelMessageStatus.channelMethods in com.vonage.client.messages that return ChannelModifier and TypeMethodDescriptionstatic ChannelChannel.fromString(String value) InboundMessage.getChannel()The service used to send the message.MessageRequest.getChannel()MessageStatus.getChannel()The service used to send the message.static ChannelReturns the enum constant of this class with the specified name.static Channel[]Channel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vonage.client.messages with parameters of type ChannelModifierConstructorDescriptionprotectedMessageRequest(MessageRequest.Builder<?, ?> builder, Channel channel, MessageType messageType) Constructor where all of this class's fields should be set.