Package com.vonage.client.voice.ncco
Class PhoneEndpoint
java.lang.Object
com.vonage.client.voice.ncco.PhoneEndpoint
- All Implemented Interfaces:
Endpoint
public class PhoneEndpoint extends java.lang.Object implements Endpoint
Represents a phone endpoint used in a
ConnectAction-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPhoneEndpoint.Builder -
Method Summary
Modifier and Type Method Description static PhoneEndpoint.Builderbuilder(java.lang.String number)java.lang.StringgetDtmfAnswer()java.lang.StringgetNumber()com.vonage.client.voice.ncco.PhoneEndpoint.OnAnswergetOnAnswer()java.lang.StringgetType()
-
Method Details