Uses of Class
com.vonage.client.VonageResponseParseException
Packages that use VonageResponseParseException
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 SMS API.
Implementation of the Vonage Voice API.
-
Uses of VonageResponseParseException in com.vonage.client
Methods in com.vonage.client that throw VonageResponseParseException -
Uses of VonageResponseParseException in com.vonage.client.conversion
Methods in com.vonage.client.conversion that throw VonageResponseParseExceptionModifier and TypeMethodDescriptionvoidConversionClient.submitConversion(ConversionRequest.Type type, String messageId, boolean delivered, Date timestamp) Submit a request to the Conversion API indicating whether or not a message was delivered. -
Uses of VonageResponseParseException in com.vonage.client.insight
Methods in com.vonage.client.insight that throw VonageResponseParseExceptionModifier and TypeMethodDescriptionInsightClient.getAdvancedNumberInsight(AdvancedInsightRequest advancedInsightRequest) Perform an Advanced Insight Request with aAdvancedInsightRequest.InsightClient.getAdvancedNumberInsight(String number) Perform an Advanced Insight Request with a number.InsightClient.getAdvancedNumberInsight(String number, String country) Perform an Advanced Insight Request with a number and country.InsightClient.getBasicNumberInsight(BasicInsightRequest basicInsightRequest) Perform a Basic Insight Request with aBasicInsightRequest.InsightClient.getBasicNumberInsight(String number) Perform a Basic Insight Request with a number.InsightClient.getBasicNumberInsight(String number, String country) Perform a Basic Insight Request with a number and country.InsightClient.getStandardNumberInsight(StandardInsightRequest standardInsightRequest) Perform a Standard Insight Request with aStandardInsightRequest.InsightClient.getStandardNumberInsight(String number) Perform a Standard Insight Request with a number.InsightClient.getStandardNumberInsight(String number, String country) Perform a Standard Insight Request with a number and country. -
Uses of VonageResponseParseException in com.vonage.client.redact
Methods in com.vonage.client.redact that throw VonageResponseParseExceptionModifier and TypeMethodDescriptionvoidRedactClient.redactTransaction(RedactRequest redactRequest) Submit a request to the Redact API to redact a transaction.voidRedactClient.redactTransaction(String id, RedactRequest.Product product) Submit a request to the Redact API to redact a transaction.voidRedactClient.redactTransaction(String id, RedactRequest.Product product, RedactRequest.Type type) Submit a request to the Redact API to redact a transaction. -
Uses of VonageResponseParseException in com.vonage.client.sms
Methods in com.vonage.client.sms that throw VonageResponseParseException -
Uses of VonageResponseParseException in com.vonage.client.verify
Methods in com.vonage.client.verify that throw VonageResponseParseExceptionModifier and TypeMethodDescriptionVerifyClient.advanceVerification(String requestId) Advance a current verification request to the next stage in the process.VerifyClient.cancelVerification(String requestId) Cancel a current verification request.VerifyClient.check(CheckRequest request) Deprecated.Validate a code provided by a user in response to a call fromVerifyClient.verify.VerifyClient.psd2Verify(Psd2Request psd2Request) Send a PSD2 verification request to a phone number with optional parametersVerifyClient.psd2Verify(String number, Double amount, String payee) Send a PSD2 compliant payment token to a user for payment authorizationVerifyClient.psd2Verify(String number, Double amount, String payee, Psd2Request.Workflow workflow) Send a PSD2 compliant payment token to a user for payment authorization with a pin verification workflowSearch for a previous verification request.Search for a previous verification request.VerifyClient.verify(VerifyRequest request) Send a verification request to a phone number.Send a verification request to a phone number.VerifyClient.verify(String number, String brand, VerifyRequest.Workflow workflow) Send a verification request to a phone number with a pin verification workflowSend a verification request to a phone number.Send a verification request to a phone number. -
Uses of VonageResponseParseException in com.vonage.client.voice
Methods in com.vonage.client.voice that throw VonageResponseParseExceptionModifier and TypeMethodDescriptionVoiceClient.createCall(Call callRequest) Begin a call to a phone number.VoiceClient.getCallDetails(String uuid) Look up the status of a single call initiated byVoiceClient.createCall(Call).VoiceClient.listCalls()Obtain the first page of CallInfo objects, representing the most recent calls initiated byVoiceClient.createCall(Call).VoiceClient.listCalls(CallsFilter filter) Obtain the first page of CallInfo objects matching the query described byfilter, representing the most recent calls initiated byVoiceClient.createCall(Call).Send DTMF codes to an ongoing call.VoiceClient.startStream(String uuid, String streamUrl) Stream audio to an ongoing call.VoiceClient.startStream(String uuid, String streamUrl, int loop) Stream audio to an ongoing call.VoiceClient.startStream(String uuid, String streamUrl, int loop, double level) Stream audio to an ongoing call.Deprecated.Deprecated.VoiceClient.startTalk(String uuid, String text, TextToSpeechLanguage language) Deprecated.VoiceClient.startTalk(String uuid, String text, TextToSpeechLanguage language, int style) Deprecated.VoiceClient.startTalk(String uuid, String text, TextToSpeechLanguage language, int style, int loop) Deprecated.VoiceClient.stopStream(String uuid) Stop the audio being streamed into a call.Stop the message being spoken into a call.voidVoiceClient.transferCall(String uuid, Ncco ncco) Transfer a call to a different NCCO.voidVoiceClient.transferCall(String uuid, String nccoUrl) Transfer a call to a different NCCO endpoint.
VerifyClient.check(String, String).