Package com.twilio.twiml.voice
Class Refer
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.Refer
-
public class Refer extends TwiML
TwiML wrapper for<Refer>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Refer.Builder
Create a new<Refer>
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
-
-