Uses of Enum Class
software.xdev.brevo.model.ConversationsMessage.TypeEnum
Packages that use ConversationsMessage.TypeEnum
-
Uses of ConversationsMessage.TypeEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return ConversationsMessage.TypeEnumModifier and TypeMethodDescriptionConversationsMessage.getType()`\"agent\"` for agents’ messages, `\"visitor\"` for visitors’ messages.Returns the enum constant of this class with the specified name.static ConversationsMessage.TypeEnum[]ConversationsMessage.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.brevo.model with parameters of type ConversationsMessage.TypeEnumModifier and TypeMethodDescriptionvoidConversationsMessage.setType(ConversationsMessage.TypeEnum type) ConversationsMessage.type(ConversationsMessage.TypeEnum type)