Package com.vonage.client.voice.ncco
Class VbcEndpoint.Builder
java.lang.Object
com.vonage.client.voice.ncco.VbcEndpoint.Builder
- Enclosing class:
VbcEndpoint
Builder for specifying properties of a VBC endpoint.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the VbcEndpoint with this builder's properties.The VBC extension to connect the call to.
-
Method Details
-
extension
The VBC extension to connect the call to.- Parameters:
extension- The VBC extension number as a string.- Returns:
- This builder.
-
build
Builds the VbcEndpoint with this builder's properties.- Returns:
- A new VbcEndpoint instance.
-