Example usage for Java twitter4j User fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getBiggerProfileImageURL() |
String | getBiggerProfileImageURLHttps() |
Date | getCreatedAt() |
String | getDescription() Returns the description of the user |
URLEntity[] | getDescriptionURLEntities() Returns URL entities for user description. |
String | getEmail() Returns the email of the user, if the app is whitelisted by Twitter |
int | getFavouritesCount() |
int | getFollowersCount() Returns the number of followers |
int | getFriendsCount() Returns the number of users the user follows (AKA "followings") |
long | getId() Returns the id of the user |
String | getLang() Returns the preferred language of the user |
int | getListedCount() Returns the number of public lists the user is listed on, or -1 if the count is unavailable. |
String | getLocation() Returns the location of the user |
String | getMiniProfileImageURL() |
String | getMiniProfileImageURLHttps() |
String | getName() Returns the name of the user |
String | getOriginalProfileImageURL() |
String | getOriginalProfileImageURLHttps() |
String | getProfileBackgroundColor() |
String | getProfileBackgroundImageURL() |
String | getProfileBackgroundImageUrlHttps() |
String | getProfileBannerIPadRetinaURL() |
String | getProfileBannerIPadURL() |
String | getProfileBannerMobileRetinaURL() |
String | getProfileBannerMobileURL() |
String | getProfileBannerRetinaURL() |
String | getProfileBannerURL() |
String | getProfileImageURL() Returns the profile image url of the user |
String | getProfileImageURLHttps() |
String | getProfileLinkColor() |
String | getProfileSidebarBorderColor() |
String | getProfileSidebarFillColor() |
String | getProfileTextColor() |
RateLimitStatus | getRateLimitStatus() Returns the current rate limit status if available. |
String | getScreenName() Returns the screen name of the user |
Status | getStatus() Returns the current status of the user This can be null if the instance if from Status.getUser(). |
int | getStatusesCount() |
String | getTimeZone() |
String | getURL() Returns the url of the user |
URLEntity | getURLEntity() Returns URL entity for user's URL. |
int | getUtcOffset() |
String[] | getWithheldInCountries() Returns the list of country codes where the user is withheld |
boolean | isContributorsEnabled() Tests if the user is enabling contributors |
boolean | isDefaultProfile() Tests if the user has not altered the theme or background |
boolean | isDefaultProfileImage() Tests if the user has not uploaded their own avatar |
boolean | isFollowRequestSent() Returns true if the authenticating user has requested to follow this user, otherwise false. |
boolean | isGeoEnabled() |
boolean | isProfileBackgroundTiled() |
boolean | isProfileUseBackgroundImage() |
boolean | isProtected() Test if the user status is protected |
boolean | isShowAllInlineMedia() |
boolean | isTranslator() |
boolean | isVerified() |