Generated by
JDiff

Interface twitter4j.Status

Added interface twitter4j.TwitterResponse.

Changed from a class to an interface. Changed from non-abstract to abstract.

Removed Constructors
Status(String)  
 

Removed Methods
boolean equals(Object)  
double getLatitude() returns The location's latitude that this tweet refers to.
double getLongitude() returns The location's longitude that this tweet refers to.
RetweetDetails getRetweetDetails() @since Twitter4J 2.0.10
int hashCode()  
String toString()  
 

Added Methods
GeoLocation getGeoLocation() Returns The location that this tweet refers to if available.
Status getRetweetedStatus() @since Twitter4J 2.1.0