Project

General

Profile

Profile

This object provides get methods for properties of a user's profile information.

getCreatedAt()

Returns the creation date of this account

getDescription()

Returns the the description entered by the user in his profile

getFavoritesCount()

Returns the number of favorites of this user

getFollowersCount()

Returns the number of followers of this user

getFollowingCount()

Returns the number of people following of this user

getFullName()

Returns the full name (display name) of this user

getId()

Returns the Id of this user (as a String)

getLocation()

Returns the location of this user as set on his profile

getName()

Returns the screen name of this user

getProfileBackgroundColor()

Returns the background color chosen by the user on his profile

getProfileBackgroundImageUrl()

Returns the background image URL chosen by the user on his profile

getProfileImageUrl()

Returns the URL of the image chosen by the user on his profile

getProfileLinkColor()

Returns the link color chosen by the user on his profile

getProfileSidebarBorderColor()

Returns the sidebar border color chose by the user on his profile

getProfileSidebarFillColor()

Returns the sidebar fill color chosen by the user on his profile

getProfileTextColor()

Returns the text color chosen by the user on his profile

getStatus()

Returns the current status (last Tweet) of this user (as a Tweet object)

getStatusesCount()

Returns the number of Tweets of this user

getTimezone()

Returns the time zone of this user

getTimezoneOffSet()

Returns the time zone offset (from Greenwhich) of this user as a double

getWebsite()

Returns the web site entered by the user on his profile

isFollowingYou()

Returns true if this user is following the account that has been used to fetch his profile

isNotifications()

Returns true if the user is notified by updates from the account that has been used to fetch this profile

isProfileBackgroundTile()

Returns true if the background image of the user's profile is tiled

isProtected()

Returns true if the user is protected

isVerified()

Returns true if this user has been verified by Twitter