Package com.vonage.client.conversations
Class Callback.Params
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.conversations.Callback.Params
- All Implemented Interfaces:
Jsonable
- Enclosing class:
Callback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVonage Application ID.Call Control Object URL to use for the callback.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
-
Params
protected Params()
-
-
Method Details
-
getApplicationId
Vonage Application ID.- Returns:
- The application ID, or
nullif unspecified.
-
getNccoUrl
Call Control Object URL to use for the callback.- Returns:
- The NCCO URL, or
nullif unspecified.
-