|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtendedUser | |
|---|---|
| twitter4j | |
| Uses of ExtendedUser in twitter4j |
|---|
| Methods in twitter4j that return ExtendedUser | |
|---|---|
ExtendedUser |
Twitter.getAuthenticatedUser()
Deprecated. 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.updateProfile(java.lang.String name,
java.lang.String email,
java.lang.String url,
java.lang.String location,
java.lang.String description)
Sets values that users are able to set under the "Account" tab of their settings page. |
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.updatedProfile(ExtendedUser user)
|
void |
TwitterAdapter.updatedProfile(ExtendedUser user)
|
void |
TwitterListener.updatedProfileColors(ExtendedUser user)
|
void |
TwitterAdapter.updatedProfileColors(ExtendedUser user)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||