Class DtmfRequest

java.lang.Object
com.vonage.client.voice.DtmfRequest

public class DtmfRequest
extends java.lang.Object
The request object to send DTMF tones.

Contains the uuid of the Call and the DtmfPayload to be sent in the request.

  • Constructor Summary

    Constructors 
    Constructor Description
    DtmfRequest​(java.lang.String uuid, java.lang.String digits)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDigits()  
    java.lang.String getUuid()  
    void setDigits​(java.lang.String digits)  
    void setUuid​(java.lang.String uuid)  
    java.lang.String toJson()  

    Methods inherited from class java.lang.Object

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