Uses of Enum Class
com.vonage.client.ApiRegion
Packages that use ApiRegion
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 ApiRegion in com.vonage.client
Methods in com.vonage.client that return ApiRegionModifier and TypeMethodDescriptionstatic ApiRegionApiRegion.fromString(String region) Converts a string representation of a region to the corresponding enum value.static ApiRegionReturns the enum constant of this class with the specified name.static ApiRegion[]ApiRegion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client with parameters of type ApiRegionModifier and TypeMethodDescriptionHttpConfig.getRegionalBaseUri(ApiRegion region) Returns the base URI for the specified region.Method parameters in com.vonage.client with type arguments of type ApiRegionModifier and TypeMethodDescriptionHttpConfig.Builder.regionalUriGetter(Function<ApiRegion, String> uriGetter) Sets a function to get the base URI for a given region. -
Uses of ApiRegion in com.vonage.client.messages
Methods in com.vonage.client.messages with parameters of type ApiRegionModifier and TypeMethodDescriptionvoidMessagesClient.ackInboundMessage(String messageId, ApiRegion region) Marks an inbound message as "read".voidMessagesClient.revokeOutboundMessage(String messageId, ApiRegion region) Revokes an outbound message.