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

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

Introduction

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

The text is from its open source code.

Implementation

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

Constructor

Method

StringgetBiggerProfileImageURL()
StringgetBiggerProfileImageURLHttps()
DategetCreatedAt()
StringgetDescription()
Returns the description of the user
URLEntity[]getDescriptionURLEntities()
Returns URL entities for user description.
StringgetEmail()
Returns the email of the user, if the app is whitelisted by Twitter
intgetFavouritesCount()
intgetFollowersCount()
Returns the number of followers
intgetFriendsCount()
Returns the number of users the user follows (AKA "followings")
longgetId()
Returns the id of the user
StringgetLang()
Returns the preferred language of the user
intgetListedCount()
Returns the number of public lists the user is listed on, or -1 if the count is unavailable.
StringgetLocation()
Returns the location of the user
StringgetMiniProfileImageURL()
StringgetMiniProfileImageURLHttps()
StringgetName()
Returns the name of the user
StringgetOriginalProfileImageURL()
StringgetOriginalProfileImageURLHttps()
StringgetProfileBackgroundColor()
StringgetProfileBackgroundImageURL()
StringgetProfileBackgroundImageUrlHttps()
StringgetProfileBannerIPadRetinaURL()
StringgetProfileBannerIPadURL()
StringgetProfileBannerMobileRetinaURL()
StringgetProfileBannerMobileURL()
StringgetProfileBannerRetinaURL()
StringgetProfileBannerURL()
StringgetProfileImageURL()
Returns the profile image url of the user
StringgetProfileImageURLHttps()
StringgetProfileLinkColor()
StringgetProfileSidebarBorderColor()
StringgetProfileSidebarFillColor()
StringgetProfileTextColor()
RateLimitStatusgetRateLimitStatus()
Returns the current rate limit status if available.
StringgetScreenName()
Returns the screen name of the user
StatusgetStatus()
Returns the current status of the user
This can be null if the instance if from Status.getUser().
intgetStatusesCount()
StringgetTimeZone()
StringgetURL()
Returns the url of the user
URLEntitygetURLEntity()
Returns URL entity for user's URL.
intgetUtcOffset()
String[]getWithheldInCountries()
Returns the list of country codes where the user is withheld
booleanisContributorsEnabled()
Tests if the user is enabling contributors
booleanisDefaultProfile()
Tests if the user has not altered the theme or background
booleanisDefaultProfileImage()
Tests if the user has not uploaded their own avatar
booleanisFollowRequestSent()
Returns true if the authenticating user has requested to follow this user, otherwise false.
booleanisGeoEnabled()
booleanisProfileBackgroundTiled()
booleanisProfileUseBackgroundImage()
booleanisProtected()
Test if the user status is protected
booleanisShowAllInlineMedia()
booleanisTranslator()
booleanisVerified()