Uses of Enum Class
com.vonage.client.voice.ncco.EventMethod
Packages that use EventMethod
Package
Description
Provides useful NCCO classes which can be serialized using Jackson when
implementing webhooks to drive the Vonage Voice API.
-
Uses of EventMethod in com.vonage.client.voice.ncco
Methods in com.vonage.client.voice.ncco that return EventMethodModifier and TypeMethodDescriptionConnectAction.getEventMethod()ConversationAction.getEventMethod()InputAction.getEventMethod()NotifyAction.getEventMethod()RecordAction.getEventMethod()TranscriptionSettings.getEventMethod()The HTTP method Vonage uses to make the request to TranscriptionSettings.getEventUrl().static EventMethodReturns the enum constant of this class with the specified name.static EventMethod[]EventMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.voice.ncco with parameters of type EventMethodModifier and TypeMethodDescriptionConnectAction.Builder.eventMethod(EventMethod eventMethod) The HTTP method Vonage uses to make the request to eventUrl.ConversationAction.Builder.eventMethod(EventMethod eventMethod) Set the HTTP method used to make the request to eventUrl.InputAction.Builder.eventMethod(EventMethod eventMethod) The HTTP method used to send event information to event_url The default value is POST.NotifyAction.Builder.eventMethod(EventMethod eventMethod) RecordAction.Builder.eventMethod(EventMethod eventMethod) TranscriptionSettings.Builder.eventMethod(EventMethod eventMethod) The HTTP method Vonage uses to make the request toeventUrl.