Package com.vonage.client.voice.ncco
Class VbcEndpoint
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.voice.ncco.VbcEndpoint
Represents a VBC endpoint used in a
ConnectAction. See
the documentation for an example.- Since:
- 7.3.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for specifying properties of a VBC endpoint. -
Method Summary
Modifier and TypeMethodDescriptionstatic VbcEndpoint.BuilderEntry point for constructing an instance of this class.The VBC extension to connect the call to.getType()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
-
getExtension
The VBC extension to connect the call to.- Returns:
- The VBC extension number as a string.
-
getType
-
builder
Entry point for constructing an instance of this class.- Parameters:
extension- The VBC extension number as a string.- Returns:
- A new Builder.
-