public class Number extends TwiML
<Number>| Modifier and Type | Class and Description |
|---|---|
static class |
Number.Builder
Create a new
<Number> element |
static class |
Number.Event |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
getMethod()
TwiML URL method
|
PhoneNumber |
getPhoneNumber()
Phone Number to dial
|
String |
getSendDigits()
DTMF tones to play when the call is answered
|
URI |
getStatusCallback()
Status callback URL
|
List<Number.Event> |
getStatusCallbackEvents()
Events to call status callback
|
HttpMethod |
getStatusCallbackMethod()
Status callback URL method
|
URI |
getUrl()
TwiML URL
|
equals, getChildren, getOptions, getTagName, hashCode, toString, toUrl, toXmlpublic String getSendDigits()
public URI getUrl()
public HttpMethod getMethod()
public List<Number.Event> getStatusCallbackEvents()
public URI getStatusCallback()
public HttpMethod getStatusCallbackMethod()
public PhoneNumber getPhoneNumber()
Copyright © 2016 Twilio, Inc. All Rights Reserved.