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) |
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, getRateLimitStatusadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitgetFeatureSpecificRateLimitStatus, getRateLimitStatusprivate 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 SimilarPlacesGeoMethods.createPlace(String, String, String, GeoLocation, String)static SimilarPlaces createSimilarPlaces(twitter4j.internal.http.HttpResponse res) throws TwitterException
TwitterException