Java twitter4j MediaEntity fields, constructors, methods, implement or subclass

Example usage for Java twitter4j MediaEntity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for twitter4j MediaEntity.

The text is from its open source code.

Method

StringgetExtAltText()
longgetId()
Returns the id of the media.
StringgetMediaURL()
Returns the media URL.
StringgetMediaURLHttps()
Returns the media secure URL.
MapgetSizes()
Returns size variations of the media.
StringgetType()
Returns the media type ("photo", "video", "animated_gif").
intgetVideoAspectRatioHeight()
intgetVideoAspectRatioWidth()
longgetVideoDurationMillis()
Variant[]getVideoVariants()