Uses of Class
twitter4j.ExtendedUser

Packages that use ExtendedUser
twitter4j   
 

Uses of ExtendedUser in twitter4j
 

Methods in twitter4j that return ExtendedUser
 ExtendedUser Twitter.getAuthenticatedUser()
          Deprecated. since Twitter4J 2.0.0 use verifyCredentials() instead
 ExtendedUser Twitter.getUserDetail(java.lang.String id)
          Returns extended information of a given user, specified by ID or screen name as per the required id parameter below.
 ExtendedUser Twitter.updateProfileColors(java.lang.String profileBackgroundColor, java.lang.String profileTextColor, java.lang.String profileLinkColor, java.lang.String profileSidebarFillColor, java.lang.String profileSidebarBorderColor)
          Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com.
 ExtendedUser Twitter.verifyCredentials()
          Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not.
 

Methods in twitter4j with parameters of type ExtendedUser
 void TwitterListener.gotUserDetail(ExtendedUser extendedUser)
           
 void TwitterAdapter.gotUserDetail(ExtendedUser extendedUser)
           
 void TwitterListener.updatedProfileColors(ExtendedUser user)
           
 void TwitterAdapter.updatedProfileColors(ExtendedUser user)
           
 



Copyright © 2009. All Rights Reserved.