public class SimilarPlacesImpl extends ResponseListImpl<Place> implements SimilarPlaces
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private java.lang.String |
token |
Constructor and Description |
---|
SimilarPlacesImpl(ResponseList<Place> places,
twitter4j.internal.http.HttpResponse res,
java.lang.String token) |
Modifier and Type | Method and Description |
---|---|
(package private) static SimilarPlaces |
createSimilarPlaces(twitter4j.internal.http.HttpResponse res,
Configuration conf) |
java.lang.String |
getToken()
Returns the token needed to be able to create a new place with
GeoMethods.createPlace(String, String, String, GeoLocation, String) . |
getFeatureSpecificRateLimitStatus, getRateLimitStatus
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
finalize, getClass, notify, notifyAll, wait, wait, wait
getFeatureSpecificRateLimitStatus, getRateLimitStatus
private static final long serialVersionUID
private final java.lang.String token
SimilarPlacesImpl(ResponseList<Place> places, twitter4j.internal.http.HttpResponse res, java.lang.String token)
public java.lang.String getToken()
GeoMethods.createPlace(String, String, String, GeoLocation, String)
.getToken
in interface SimilarPlaces
GeoMethods.createPlace(String, String, String, GeoLocation, String)
static SimilarPlaces createSimilarPlaces(twitter4j.internal.http.HttpResponse res, Configuration conf) throws TwitterException
TwitterException