Package com.twilio.twiml.voice
Class Start
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.Start
-
public class Start extends TwiML
TwiML wrapper for<Start>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Start.Builder
Create a new<Start>
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, toString, toUrl, toXml
-
-
-
-
Method Detail
-
getAction
public URI getAction()
Action URL- Returns:
- Action URL
-
getMethod
public HttpMethod getMethod()
Action URL method- Returns:
- Action URL method
-
-