Uses of Enum Class
com.vonage.client.messages.whatsapp.ContextStatus
Packages that use ContextStatus
Package
Description
This package contains classes and sub-packages to support usage of the
Vonage Messages API.
-
Uses of ContextStatus in com.vonage.client.messages
Fields in com.vonage.client.messages declared as ContextStatusMethods in com.vonage.client.messages that return ContextStatusModifier and TypeMethodDescriptionInboundMessage.getWhatsappContextStatus()If the InboundMessage.getChannel() is Channel.WHATSAPP, returns an enum indicating whether there is a context for this inbound message. -
Uses of ContextStatus in com.vonage.client.messages.whatsapp
Methods in com.vonage.client.messages.whatsapp that return ContextStatusModifier and TypeMethodDescriptionstatic ContextStatusContextStatus.fromString(String value) static ContextStatusReturns the enum constant of this class with the specified name.static ContextStatus[]ContextStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.