Class Ncco

java.lang.Object
com.vonage.client.voice.ncco.Ncco

public class Ncco
extends java.lang.Object
Vonage Call Control Object for controlling the flow of a Voice API call.
  • Constructor Summary

    Constructors 
    Constructor Description
    Ncco()  
    Ncco​(com.fasterxml.jackson.databind.ObjectWriter writer)  
    Ncco​(com.fasterxml.jackson.databind.ObjectWriter writer, Action... action)  
    Ncco​(com.fasterxml.jackson.databind.ObjectWriter writer, java.util.Collection<Action> actions)  
    Ncco​(Action... action)  
    Ncco​(java.util.Collection<Action> actions)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Collection<Action> getActions()  
    java.lang.String toJson()  

    Methods inherited from class java.lang.Object

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