|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface User
A data interface representing Basic user information element
Method Summary | |
---|---|
java.util.Date |
getCreatedAt()
|
java.lang.String |
getDescription()
Returns the description of the user |
int |
getFavouritesCount()
|
int |
getFollowersCount()
Returns the number of followers |
int |
getFriendsCount()
|
int |
getId()
Returns the id of the user |
java.lang.String |
getLang()
Returns the preferred language of the user |
java.lang.String |
getLocation()
Returns the location of the user |
java.lang.String |
getName()
Returns the name of the user |
java.lang.String |
getProfileBackgroundColor()
|
java.lang.String |
getProfileBackgroundImageUrl()
|
java.net.URL |
getProfileImageURL()
Returns the profile image url of the user |
java.lang.String |
getProfileLinkColor()
|
java.lang.String |
getProfileSidebarBorderColor()
|
java.lang.String |
getProfileSidebarFillColor()
|
java.lang.String |
getProfileTextColor()
|
java.lang.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(). |
java.util.Date |
getStatusCreatedAt()
Deprecated. Use getStatus() .getCreatedAt() |
int |
getStatusesCount()
|
long |
getStatusId()
Deprecated. Use getStatus() .getId() |
java.lang.String |
getStatusInReplyToScreenName()
Deprecated. Use getStatus() .getInReplyToScreenName() |
long |
getStatusInReplyToStatusId()
Deprecated. Use getStatus() .getInReplyToStatusId() |
int |
getStatusInReplyToUserId()
Deprecated. Use getStatus() .getInReplyToUserId() |
java.lang.String |
getStatusSource()
Deprecated. Use getStatus() .getSource() |
java.lang.String |
getStatusText()
Deprecated. Use getStatus() .getText() |
java.lang.String |
getTimeZone()
|
java.net.URL |
getURL()
Returns the url of the user |
int |
getUtcOffset()
|
boolean |
isContributorsEnabled()
Tests if the user is enabling contributors |
boolean |
isGeoEnabled()
|
boolean |
isProfileBackgroundTiled()
|
boolean |
isProtected()
Test if the user status is protected |
boolean |
isStatusFavorited()
Deprecated. Use getStatus() .isFavorited() |
boolean |
isStatusTruncated()
Deprecated. Use getStatus() .isTruncated() |
boolean |
isVerified()
|
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface twitter4j.TwitterResponse |
---|
getRateLimitStatus |
Method Detail |
---|
int getId()
java.lang.String getName()
java.lang.String getScreenName()
java.lang.String getLocation()
java.lang.String getDescription()
boolean isContributorsEnabled()
java.net.URL getProfileImageURL()
java.net.URL getURL()
boolean isProtected()
int getFollowersCount()
Status getStatus()
java.util.Date getStatusCreatedAt()
getStatus()
.getCreatedAt()
long getStatusId()
getStatus()
.getId()
java.lang.String getStatusText()
getStatus()
.getText()
java.lang.String getStatusSource()
getStatus()
.getSource()
boolean isStatusTruncated()
getStatus()
.isTruncated()
long getStatusInReplyToStatusId()
getStatus()
.getInReplyToStatusId()
int getStatusInReplyToUserId()
getStatus()
.getInReplyToUserId()
boolean isStatusFavorited()
getStatus()
.isFavorited()
java.lang.String getStatusInReplyToScreenName()
getStatus()
.getInReplyToScreenName()
java.lang.String getProfileBackgroundColor()
java.lang.String getProfileTextColor()
java.lang.String getProfileLinkColor()
java.lang.String getProfileSidebarFillColor()
java.lang.String getProfileSidebarBorderColor()
int getFriendsCount()
java.util.Date getCreatedAt()
int getFavouritesCount()
int getUtcOffset()
java.lang.String getTimeZone()
java.lang.String getProfileBackgroundImageUrl()
boolean isProfileBackgroundTiled()
java.lang.String getLang()
int getStatusesCount()
boolean isGeoEnabled()
boolean isVerified()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |