public class Gather extends Verb
| Constructor and Description |
|---|
Gather()
Instantiates a new gather.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setAction(String url)
Sets the action.
|
void |
setFinishOnKey(String key)
Sets the finish on key.
|
void |
setMethod(String method)
Sets the method.
|
void |
setNumDigits(int i)
Sets the num digits.
|
void |
setTimeout(int i)
Sets the timeout.
|
append, asURL, getAttributes, getBody, getChildren, getTag, set, toEscapedXML, toXMLpublic void setAction(String url)
url - the new actionpublic void setMethod(String method)
method - the new methodpublic void setTimeout(int i)
i - the new timeoutpublic void setFinishOnKey(String key)
key - the new finish on keypublic void setNumDigits(int i)
i - the new num digitsCopyright © 2011 Twilio, Inc. All Rights Reserved.