Package com.vonage.client.voice.ncco
Class ConnectAction
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.voice.ncco.ConnectAction
An NCCO connect action that allows for the establishment of a connection to various
Endpoint.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectAction.BuilderEntry point for constructing an instance of this class.static ConnectAction.Builderbuilder(Collection<Endpoint> endpoint) Entry point for constructing an instance of this class.getFrom()getLimit()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
-
Method Details
-
getAction
-
getEndpoint
-
getFrom
-
getEventType
-
getTimeOut
-
getLimit
-
getMachineDetection
-
getAdvancedMachineDetection
-
getEventUrl
-
getEventMethod
-
getRandomFromNumber
-
getRingbackTone
-
builder
Entry point for constructing an instance of this class.- Parameters:
endpoint- Connect the call to a specific #Endpoint.- Returns:
- A new Builder.
-
builder
Entry point for constructing an instance of this class.- Parameters:
endpoint- Connect the call to a specific Endpoint.- Returns:
- A new Builder.
-