|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.verbs.Verb
com.twilio.sdk.verbs.Dial
public class Dial
The Class Dial.
| Field Summary |
|---|
| Fields inherited from class com.twilio.sdk.verbs.Verb |
|---|
V_BODY, V_CLIENT, V_CONFERENCE, V_DIAL, V_ENQUEUE, V_GATHER, V_HANGUP, V_LEAVE, V_MEDIA, V_MESSAGE, V_NUMBER, V_PAUSE, V_PLAY, V_QUEUE, V_RECORD, V_REDIRECT, V_REJECT, V_RESPONSE, V_SAY, V_SIP, V_SMS, V_URI |
| Constructor Summary | |
|---|---|
Dial()
Instantiates a new dial. |
|
Dial(String number)
Instantiates a new dial. |
|
| Method Summary | |
|---|---|
void |
setAction(String url)
Sets the action. |
void |
setCallerId(String callerId)
Sets the caller id. |
void |
setHangupOnStar(boolean f)
Sets the hangup on star. |
void |
setMethod(String method)
Sets the method. |
void |
setTimeLimit(int i)
Sets the time limit. |
void |
setTimeout(int i)
Sets the timeout. |
| Methods inherited from class com.twilio.sdk.verbs.Verb |
|---|
append, asURL, getAttributes, getBody, getChildren, getTag, set, toEscapedXML, toXML |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dial(String number)
number - the numberpublic Dial()
| Method Detail |
|---|
public 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 setHangupOnStar(boolean f)
f - the new hangup on starpublic void setTimeLimit(int i)
i - the new time limitpublic void setCallerId(String callerId)
callerId - the new caller id
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||