public class TwitterProfile extends TwitterObject implements Serializable
Constructor and Description |
---|
TwitterProfile(long id,
String screenName,
String name,
String url,
String profileImageUrl,
String description,
String location,
Date createdDate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBackgroundColor() |
String |
getBackgroundImageUrl() |
Date |
getCreatedDate()
The date that the Twitter profile was created.
|
String |
getDescription()
The user's description
|
int |
getFavoritesCount() |
int |
getFollowersCount() |
int |
getFriendsCount() |
long |
getId()
The user's Twitter ID
|
String |
getLanguage() |
String |
getLinkColor() |
int |
getListedCount() |
String |
getLocation()
The user's location
|
String |
getName()
The user's full name
|
String |
getProfileBannerUrl()
The URL to the banner image shown on the user's Twitter profile page
|
String |
getProfileImageUrl()
The URL of the user's profile image in "normal" size (48x48).
|
String |
getProfileUrl()
The URL of the user's profile.
|
String |
getScreenName()
The user's Twitter screen name
|
static long |
getSerialversionuid() |
String |
getSidebarBorderColor() |
String |
getSidebarFillColor() |
int |
getStatusesCount() |
String |
getTextColor() |
String |
getTimeZone() |
String |
getUrl()
The user's URL
|
int |
getUtcOffset() |
int |
hashCode() |
boolean |
isBackgroundImageTiled()
Whether or not the background image is tiled.
|
boolean |
isContributorsEnabled()
Whether or not this profile is enabled for contributors.
|
boolean |
isFollowing()
Whether or not the authenticated user is following this user.
|
boolean |
isFollowRequestSent()
Whether or not a request has been sent by the authenticating user to follow this user.
|
boolean |
isGeoEnabled()
Whether or not the user has enabled their account with geo location.
|
boolean |
isNotificationsEnabled()
Whether or not the user has mobile notifications enabled.
|
boolean |
isProtected()
Whether or not the user's tweets are protected.
|
boolean |
isTranslator()
Whether or not this user is a translator.
|
boolean |
isVerified()
Whether or not the user is verified with Twitter.
|
boolean |
showAllInlineMedia()
Whether or not the user has selected to see all inline media from everyone.
|
boolean |
useBackgroundImage()
Whether or not the user's Twitter profile page uses a background image.
|
add, getExtraData
public static long getSerialversionuid()
public long getId()
public String getScreenName()
public String getName()
public String getUrl()
public String getDescription()
public String getLocation()
public String getProfileImageUrl()
The URL of the user's profile image in "normal" size (48x48).
public String getProfileUrl()
The URL of the user's profile.
public Date getCreatedDate()
public boolean isNotificationsEnabled()
public boolean isVerified()
public boolean isGeoEnabled()
public String getLanguage()
public int getStatusesCount()
public int getListedCount()
public int getFriendsCount()
public int getFollowersCount()
public boolean isFollowing()
public boolean isFollowRequestSent()
public int getFavoritesCount()
public boolean isProtected()
public String getTimeZone()
public int getUtcOffset()
public boolean isContributorsEnabled()
public boolean isTranslator()
public String getSidebarBorderColor()
public String getSidebarFillColor()
public String getBackgroundColor()
public boolean useBackgroundImage()
public String getBackgroundImageUrl()
public boolean isBackgroundImageTiled()
public String getTextColor()
public String getLinkColor()
public String getProfileBannerUrl()
public boolean showAllInlineMedia()