Uses of Enum Class
com.vonage.client.common.MessageType
Packages that use MessageType
-
Uses of MessageType in com.vonage.client.common
Methods in com.vonage.client.common that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypeMessageType.fromString(String value) static MessageTypeReturns the enum constant of this class with the specified name.static MessageType[]MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MessageType in com.vonage.client.conversations
Methods in com.vonage.client.conversations that return MessageTypeModifier and TypeMethodDescriptionMessageEvent.getMessageType()Describes the media type for this event.Methods in com.vonage.client.conversations with parameters of type MessageTypeModifier and TypeMethodDescriptionstatic MessageEvent.BuilderMessageEvent.builder(MessageType messageType) Entry point for constructing an instance of this class.