Project

General

Profile

Tweet

This object provides get methods for properties of a tweet message.

getDate()

Returns the creation date of the Tweet

getId()

Returns the Id of the Tweet (as a String)

getLocation()

Returns the geo-location (if available) where that Tweet originated

getMentions()

Returns a list of people mentionned in the Tweet

getOriginal()

Returns the original Tweet in case of a re-Tweet

getReplyToId()

Returns the Id of the Tweet this Tweet is a reply of

getRetweetedId()

Returns the Id of the Tweet that was re-Tweeted ((in case of a re-Tweet)

getRetweetedUser()

Returns the author's screen name of the Tweet that was re-Tweeted (in case of a re-Tweet)

getSourceAppName()

Returns the name of the application that generated this Tweet

getSourceAppURL()

Returns the URL of the application that generated this Tweet

getText()

Returns the text of the Tweet

getUser()

Returns the author's screen name of this Tweet

isFavorite()

Returns true if this Tweet was marked as favorite by the user

isRetweeted()

Returns true if this Tweet is a re-Tweet

isReply()

Returns true if this Tweet is a Reply