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