Class ConversionClient

java.lang.Object
com.vonage.client.AbstractClient
com.vonage.client.conversion.ConversionClient

public class ConversionClient
extends AbstractClient
A client for talking to the Vonage Conversion API. The standard way to obtain an instance of this class is to use VonageClient.getConversionClient().

Allows you to tell Vonage about the reliability of your 2FA communications.

More information on method parameters can be found at Vonage website: https://developer.nexmo.com/messaging/conversion-api/overview

  • Field Summary

    Fields inherited from class com.vonage.client.AbstractClient

    httpWrapper
  • Constructor Summary

    Constructors 
    Constructor Description
    ConversionClient​(HttpWrapper httpWrapper)  
  • Method Summary

    Modifier and Type Method Description
    void submitConversion​(ConversionRequest.Type type, java.lang.String messageId, boolean delivered, java.util.Date timestamp)
    Submit a request to the Conversion API indicating whether or not a message was delivered.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait