|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttwitter4j.TwitterResponse
twitter4j.User
twitter4j.UserWithStatus
public abstract class UserWithStatus
A data class representing Extended user information element
Field Summary |
---|
Fields inherited from class twitter4j.User |
---|
POSSIBLE_ROOT_NAMES |
Constructor Summary | |
---|---|
UserWithStatus(Response res,
Twitter twitter)
Deprecated. |
Method Summary | |
---|---|
abstract java.util.Date |
getCreatedAt()
Deprecated. |
abstract int |
getFavouritesCount()
Deprecated. |
abstract int |
getFriendsCount()
Deprecated. |
abstract java.lang.String |
getProfileBackgroundColor()
Deprecated. |
abstract java.lang.String |
getProfileBackgroundImageUrl()
Deprecated. |
abstract java.lang.String |
getProfileBackgroundTile()
Deprecated. |
abstract java.lang.String |
getProfileLinkColor()
Deprecated. |
abstract java.lang.String |
getProfileSidebarBorderColor()
Deprecated. |
abstract java.lang.String |
getProfileSidebarFillColor()
Deprecated. |
abstract java.lang.String |
getProfileTextColor()
Deprecated. |
abstract int |
getStatusesCount()
Deprecated. |
abstract java.lang.String |
getTimeZone()
Deprecated. |
abstract int |
getUtcOffset()
Deprecated. |
abstract boolean |
isFollowing()
Deprecated. |
abstract boolean |
isNotifications()
Deprecated. |
Methods inherited from class twitter4j.User |
---|
constructUsers, equals, getDescription, getFollowersCount, getId, getLocation, getName, getProfileImageURL, getScreenName, getStatusCreatedAt, getStatusId, getStatusInReplyToScreenName, getStatusInReplyToStatusId, getStatusInReplyToUserId, getStatusSource, getStatusText, getURL, hashCode, isProtected, isStatusFavorited, isStatusTruncated, sendDirectMessage, toString |
Methods inherited from class twitter4j.TwitterResponse |
---|
ensureRootNodeNameIs, ensureRootNodeNameIs, ensureRootNodeNameIs, getChildBoolean, getChildDate, getChildDate, getChildInt, getChildLong, getChildText, getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, getString, getTextContent, isRootNodeNilClasses, parseDate |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UserWithStatus(Response res, Twitter twitter) throws TwitterException
TwitterException
Method Detail |
---|
public abstract java.lang.String getProfileBackgroundColor()
public abstract java.lang.String getProfileTextColor()
public abstract java.lang.String getProfileLinkColor()
public abstract java.lang.String getProfileSidebarFillColor()
public abstract java.lang.String getProfileSidebarBorderColor()
public abstract int getFriendsCount()
public abstract java.util.Date getCreatedAt()
public abstract int getFavouritesCount()
public abstract int getUtcOffset()
public abstract java.lang.String getTimeZone()
public abstract java.lang.String getProfileBackgroundImageUrl()
public abstract java.lang.String getProfileBackgroundTile()
public abstract boolean isFollowing()
public abstract boolean isNotifications()
public abstract int getStatusesCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |