Uses of Class
com.vonage.client.messages.MessageResponseException
Packages that use MessageResponseException
Package
Description
This package contains classes and sub-packages to support usage of the
Vonage Messages API.
-
Uses of MessageResponseException in com.vonage.client.messages
Methods in com.vonage.client.messages that return MessageResponseExceptionModifier and TypeMethodDescriptionstatic MessageResponseExceptionCreates an instance of this class from a JSON payload.Methods in com.vonage.client.messages that throw MessageResponseExceptionModifier and TypeMethodDescriptionvoidMessagesClient.ackInboundMessage(String messageId, ApiRegion region) Marks an inbound message as "read".voidMessagesClient.revokeOutboundMessage(String messageId, ApiRegion region) Revokes an outbound message.MessagesClient.sendMessage(MessageRequest request) Sends a message.