Uses of Enum Class
com.vonage.client.messages.MessagesVersion
Packages that use MessagesVersion
Package
Description
This package contains classes and sub-packages to support usage of the
Vonage Messages API.
-
Uses of MessagesVersion in com.vonage.client.messages
Methods in com.vonage.client.messages that return MessagesVersionModifier and TypeMethodDescriptionMessageRequest.getWebhookVersion()static MessagesVersionReturns the enum constant of this class with the specified name.static MessagesVersion[]MessagesVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.messages with parameters of type MessagesVersionModifier and TypeMethodDescriptionMessageRequest.Builder.webhookVersion(MessagesVersion webhookVersion) Specifies which version of the Messages API will be used to send Status Webhook messages for this particular message.