twitter4j
Class UserWithStatus

java.lang.Object
  extended by twitter4j.TwitterResponse
      extended by twitter4j.User
          extended by twitter4j.UserWithStatus
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExtendedUser

Deprecated. use twitter4j.ExtendedUser instead

public abstract class UserWithStatus
extends User

A data class representing Extended user information element

Author:
Yusuke Yamamoto - yusuke at mac.com
See Also:
Extended user information element, Serialized Form

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

UserWithStatus

public UserWithStatus(Response res,
                      Twitter twitter)
               throws TwitterException
Deprecated. 
Throws:
TwitterException
Method Detail

getProfileBackgroundColor

public abstract java.lang.String getProfileBackgroundColor()
Deprecated. 

getProfileTextColor

public abstract java.lang.String getProfileTextColor()
Deprecated. 

getProfileLinkColor

public abstract java.lang.String getProfileLinkColor()
Deprecated. 

getProfileSidebarFillColor

public abstract java.lang.String getProfileSidebarFillColor()
Deprecated. 

getProfileSidebarBorderColor

public abstract java.lang.String getProfileSidebarBorderColor()
Deprecated. 

getFriendsCount

public abstract int getFriendsCount()
Deprecated. 

getCreatedAt

public abstract java.util.Date getCreatedAt()
Deprecated. 

getFavouritesCount

public abstract int getFavouritesCount()
Deprecated. 

getUtcOffset

public abstract int getUtcOffset()
Deprecated. 

getTimeZone

public abstract java.lang.String getTimeZone()
Deprecated. 

getProfileBackgroundImageUrl

public abstract java.lang.String getProfileBackgroundImageUrl()
Deprecated. 

getProfileBackgroundTile

public abstract java.lang.String getProfileBackgroundTile()
Deprecated. 

isFollowing

public abstract boolean isFollowing()
Deprecated. 

isNotifications

public abstract boolean isNotifications()
Deprecated. 

getStatusesCount

public abstract int getStatusesCount()
Deprecated.