|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added interface twitter4j.api.GeoMethods
.
Change from non-final to final.
Added Methods | |
ResponseList<Location> getAvailableTrends() |
{@inheritDoc} |
ResponseList<Location> getAvailableTrends(GeoLocation ) |
{@inheritDoc} |
Place getGeoDetails(String ) |
{@inheritDoc} |
int getId() |
Returns authenticating user's user id. This method may internally call verifyCredentials() on the first invocation if - this instance is authenticated by Basic and email address is supplied instead of screen name, or - this instance is authenticated by OAuth. |
Trends getLocationTrends(int ) |
{@inheritDoc} |
ResponseList<Place> getNearbyPlaces(GeoQuery ) |
{@inheritDoc} |
ResponseList<Category> getSuggestedUserCategories() |
{@inheritDoc} |
ResponseList<User> getUserSuggestions(String ) |
{@inheritDoc} |
ResponseList<User> lookupUsers(int[] ) |
{@inheritDoc} |
ResponseList<User> lookupUsers(String[] ) |
{@inheritDoc} |
ResponseList<Place> reverseGeoCode(GeoQuery ) |
{@inheritDoc} |
Status updateStatus(StatusUpdate ) |
{@inheritDoc} |
Changed Methods | ||
String getScreenName() |
Change of visibility from protected to public. |
Returns authenticating user's screen name. This method may internally call verifyCredentials() on the first invocation if - this instance is authenticated by Basic and email address is supplied instead of screen name, or - this instance is authenticated by OAuth. Note that this method returns a transiently cached (will be lost upon serialization) screen name while it is possible to change a user's screen name. |
AccessToken getOAuthAccessToken(String, |
Now deprecated. |
Use TwitterFactory.getInstance(AccessToken accessToken) |
void setOAuthAccessToken(AccessToken ) |
Now deprecated. |
Use TwitterFactory.getInstance(AccessToken accessToken) |
Removed Fields | |
String screenName |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |