Package com.twilio.twiml.voice
Class Connect
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.Connect
-
public class Connect extends TwiML
TwiML wrapper for<Connect>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Connect.Builder
Create a new<Connect>
element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getAction()
Action URLHttpMethod
getMethod()
Action URL method-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getAction
public URI getAction()
Action URL- Returns:
- Action URL
-
getMethod
public HttpMethod getMethod()
Action URL method- Returns:
- Action URL method
-
-