twitter4j
Class ExtendedUser
java.lang.Object
twitter4j.TwitterResponse
twitter4j.User
twitter4j.UserWithStatus
twitter4j.ExtendedUser
- All Implemented Interfaces:
- java.io.Serializable
public class ExtendedUser
- extends UserWithStatus
A data class representing Extended user information element
- Author:
- Yusuke Yamamoto - yusuke at mac.com
- See Also:
- Extended user information element,
Serialized Form
| Methods inherited from class twitter4j.User |
constructUsers, getDescription, getFollowersCount, getId, getLocation, getName, getProfileImageURL, getScreenName, getStatusCreatedAt, getStatusId, getStatusInReplyToScreenName, getStatusInReplyToStatusId, getStatusInReplyToUserId, getStatusSource, getStatusText, getURL, isProtected, isStatusFavorited, isStatusTruncated, sendDirectMessage |
| Methods inherited from class twitter4j.TwitterResponse |
encodeDate, ensureRootNodeNameIs, ensureRootNodeNameIs, ensureRootNodeNameIs, getChildBoolean, getChildDate, getChildDate, getChildInt, getChildLong, getChildText, getString, isRootNodeNilClasses |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ExtendedUser
public ExtendedUser(org.w3c.dom.Element elem,
Twitter twitter)
throws TwitterException
- Throws:
TwitterException
getProfileBackgroundColor
public java.lang.String getProfileBackgroundColor()
- Specified by:
getProfileBackgroundColor in class UserWithStatus
getProfileTextColor
public java.lang.String getProfileTextColor()
- Specified by:
getProfileTextColor in class UserWithStatus
getProfileLinkColor
public java.lang.String getProfileLinkColor()
- Specified by:
getProfileLinkColor in class UserWithStatus
getProfileSidebarFillColor
public java.lang.String getProfileSidebarFillColor()
- Specified by:
getProfileSidebarFillColor in class UserWithStatus
getProfileSidebarBorderColor
public java.lang.String getProfileSidebarBorderColor()
- Specified by:
getProfileSidebarBorderColor in class UserWithStatus
getFriendsCount
public int getFriendsCount()
- Specified by:
getFriendsCount in class UserWithStatus
getCreatedAt
public java.util.Date getCreatedAt()
- Specified by:
getCreatedAt in class UserWithStatus
getFavouritesCount
public int getFavouritesCount()
- Specified by:
getFavouritesCount in class UserWithStatus
getUtcOffset
public int getUtcOffset()
- Specified by:
getUtcOffset in class UserWithStatus
getTimeZone
public java.lang.String getTimeZone()
- Specified by:
getTimeZone in class UserWithStatus
getProfileBackgroundImageUrl
public java.lang.String getProfileBackgroundImageUrl()
- Specified by:
getProfileBackgroundImageUrl in class UserWithStatus
getProfileBackgroundTile
public java.lang.String getProfileBackgroundTile()
- Specified by:
getProfileBackgroundTile in class UserWithStatus
isFollowing
public boolean isFollowing()
- Specified by:
isFollowing in class UserWithStatus
isNotifications
public boolean isNotifications()
- Deprecated. use isNotificationsEnabled() instead
- Specified by:
isNotifications in class UserWithStatus
isNotificationEnabled
public boolean isNotificationEnabled()
- Since:
- Twitter4J 2.0.1
getStatusesCount
public int getStatusesCount()
- Specified by:
getStatusesCount in class UserWithStatus
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class User
hashCode
public int hashCode()
- Overrides:
hashCode in class User
toString
public java.lang.String toString()
- Overrides:
toString in class User
Copyright © 2009. All Rights Reserved.