Package com.vonage.client.voice.ncco
Class Ncco
java.lang.Object
com.vonage.client.voice.ncco.Ncco
- All Implemented Interfaces:
Jsonable
Vonage Call Control Object for controlling the flow of a Voice API call.
-
Constructor Summary
ConstructorsConstructorDescriptionNcco()Ncco(com.fasterxml.jackson.databind.ObjectWriter writer) Deprecated.Deprecated.Ncco(com.fasterxml.jackson.databind.ObjectWriter writer, Collection<? extends Action> actions) Deprecated.Ncco(Collection<Action> actions) -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Action> toJson()Serialises this class to a JSON payload.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
updateFromJson
-
Constructor Details
-
Ncco
public Ncco() -
Ncco
-
Ncco
Deprecated. -
Ncco
@Deprecated public Ncco(com.fasterxml.jackson.databind.ObjectWriter writer, Collection<? extends Action> actions) Deprecated. -
Ncco
Deprecated. -
Ncco
-
-
Method Details