Package com.nexmo.client.voice.servlet
Class NccoResponseBuilder
- java.lang.Object
-
- com.nexmo.client.voice.servlet.NccoResponseBuilder
-
public class NccoResponseBuilder extends java.lang.Object
Provides a fluent interface for constructing instances ofNccoResponse.Currently, an NccoResponse consists of a flat series of Ncco objects which are implemented sequentially (except for NCCOs where bargeIn is set to true, when more than one NCCO can be executed in parallel).
-
-
Constructor Summary
Constructors Constructor Description NccoResponseBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NccoResponseBuilderappendNcco(Action action)NccoResponsegetValue()
-
-
-
Constructor Detail
-
NccoResponseBuilder
public NccoResponseBuilder()
-
-
Method Detail
-
appendNcco
public NccoResponseBuilder appendNcco(Action action)
-
getValue
public NccoResponse getValue()
-
-