Uses of Enum Class
com.vonage.client.messages.whatsapp.ConversationType
Packages that use ConversationType
Package
Description
This package contains classes and sub-packages to support usage of the
Vonage Messages API.
-
Uses of ConversationType in com.vonage.client.messages
Methods in com.vonage.client.messages that return ConversationTypeModifier and TypeMethodDescriptionMessageStatus.getWhatsappConversationType()If the MessageStatus.getChannel() is Channel.WHATSAPP and MessageStatus.getStatus() is MessageStatus.Status.DELIVERED, returns the conversation's origin type. -
Uses of ConversationType in com.vonage.client.messages.whatsapp
Methods in com.vonage.client.messages.whatsapp that return ConversationTypeModifier and TypeMethodDescriptionstatic ConversationTypeConversationType.fromString(String value) static ConversationTypeReturns the enum constant of this class with the specified name.static ConversationType[]ConversationType.values()Returns an array containing the constants of this enum class, in the order they are declared.