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