public class NccoResponseBuilder extends java.lang.Object
NccoResponse.
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 and Description |
|---|
NccoResponseBuilder() |
| Modifier and Type | Method and Description |
|---|---|
NccoResponseBuilder |
appendNcco(Action action) |
NccoResponse |
getValue() |
public NccoResponseBuilder()
public NccoResponseBuilder appendNcco(Action action)
public NccoResponse getValue()