Package com.nexmo.client.voice
Class DtmfResponse
- java.lang.Object
-
- com.nexmo.client.voice.DtmfResponse
-
public class DtmfResponse extends java.lang.Object
Response if DTMF tones were successfully sent to an activeCall.Returned by
VoiceClient.sendDtmf(String, String)
-
-
Constructor Summary
Constructors Constructor Description DtmfResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DtmfResponsefromJson(java.lang.String json)java.lang.StringgetMessage()java.lang.StringgetUuid()
-
-
-
Constructor Detail
-
DtmfResponse
public DtmfResponse()
-
-
Method Detail
-
getUuid
public java.lang.String getUuid()
-
getMessage
public java.lang.String getMessage()
-
fromJson
public static DtmfResponse fromJson(java.lang.String json)
-
-