Uses of Enum Class
com.vonage.client.common.HttpMethod
Packages that use HttpMethod
Package
Description
The root of the Vonage client library, containing
VonageClient class, which is probably what
you want.Implementation of the Conversation API.
Implementation of the Vonage Voice API.
-
Uses of HttpMethod in com.vonage.client
Fields in com.vonage.client declared as HttpMethodMethods in com.vonage.client with parameters of type HttpMethodModifier and TypeMethodDescriptionDynamicEndpoint.Builder.requestMethod(HttpMethod requestMethod) -
Uses of HttpMethod in com.vonage.client.common
Methods in com.vonage.client.common that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodHttpMethod.fromString(String name) Webhook.getMethod()Deprecated.The HTTP request method for this webhook.static HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.common with parameters of type HttpMethodModifier and TypeMethodDescriptionWebhook.Builder.method(HttpMethod method) (REQUIRED) The HTTP request method for this webhook.Constructors in com.vonage.client.common with parameters of type HttpMethod -
Uses of HttpMethod in com.vonage.client.conversations
Methods in com.vonage.client.conversations that return HttpMethodMethods in com.vonage.client.conversations with parameters of type HttpMethodModifier and TypeMethodDescriptionCallback.Builder.method(HttpMethod method) HTTP method to use for the callback. -
Uses of HttpMethod in com.vonage.client.voice
Methods in com.vonage.client.voice with parameters of type HttpMethodModifier and TypeMethodDescriptionCall.Builder.answerMethod(HttpMethod answerMethod) The HTTP method used to send event information toanswer_url.Call.Builder.eventMethod(HttpMethod eventMethod) The HTTP method used to send event information toevent_url.