Uses of Class
com.vonage.client.messages.MessagesClient
Packages that use MessagesClient
Package
Description
The root of the Vonage client library, containing
VonageClient class, which is probably what
you want.This package contains classes and sub-packages to support usage of the
Vonage Messages API.
-
Uses of MessagesClient in com.vonage.client
Methods in com.vonage.client that return MessagesClientModifier and TypeMethodDescriptionVonageClient.getMessagesClient()Returns the Messages v1 API client. -
Uses of MessagesClient in com.vonage.client.messages
Methods in com.vonage.client.messages that return MessagesClientModifier and TypeMethodDescriptionMessagesClient.useRegularEndpoint()Calling this method will make the client use the regular endpoint returned byHttpConfig.getApiBaseUri(), which is the default behaviour.MessagesClient.useSandboxEndpoint()Calling this method will make the client use the sandbox endpoint, which will enable you to use the Messages Sandbox.