Package com.vonage.client.voice
Class DtmfResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.voice.DtmfResponse
- All Implemented Interfaces:
Jsonable
Response if DTMF tones were successfully sent to an active
Call.
Returned by VoiceClient.sendDtmf(String, String)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DtmfResponseCreates an instance of this class from a JSON payload.getUuid()Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
DtmfResponse
public DtmfResponse()
-
-
Method Details
-
getUuid
-
getMessage
-
fromJson
Creates an instance of this class from a JSON payload.- Parameters:
json- The JSON string to parse.- Returns:
- An instance of this class with the fields populated, if present.
-