public class Number extends Verb
| Constructor and Description |
|---|
Number(String number)
Instantiates a new number.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setMethod(String method)
Sets the method.
|
void |
setSendDigits(String digits)
Sets the send digits.
|
void |
setUrl(String url)
Sets the url.
|
append, asURL, getAttributes, getBody, getChildren, getTag, set, toXMLpublic Number(String number)
number - the numberpublic void setSendDigits(String digits)
digits - the new send digitspublic void setUrl(String url)
url - the new urlpublic void setMethod(String method)
method - the HTTP method to use when requesting the urlCopyright © 2011 Twilio, Inc. All Rights Reserved.