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

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

Introduction

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

The text is from its open source code.

Implementation

twitter4j.URLEntity has the following implementations.
Click this link to see all its implementation.

Method

StringgetDisplayURL()
Returns the display URL if mentioned URL is shorten.
intgetEnd()
Returns the index of the end character of the URL mentioned in the tweet.
StringgetExpandedURL()
Returns the expanded URL if mentioned URL is shorten.
intgetStart()
Returns the index of the start character of the URL mentioned in the tweet.
StringgetText()
Returns the URL mentioned in the tweet.
This method implementation is to meet TweetEntity interface and the behavior is equivalent to #getURL()
StringgetURL()
Returns the URL mentioned in the tweet.