twitter4j
Interface SimilarPlaces

All Superinterfaces:
java.util.Collection<Place>, java.lang.Iterable<Place>, java.util.List<Place>, ResponseList<Place>, java.io.Serializable, TwitterResponse
All Known Implementing Classes:
SimilarPlacesImpl

public interface SimilarPlaces
extends ResponseList<Place>

Since:
Twitter4J 2.1.7
Author:
Yusuke Yamamoto - yusuke at mac.com

Method Summary
 java.lang.String getToken()
          Returns the token needed to be able to create a new place with GeoMethods.createPlace(String, String, String, GeoLocation, String).
 
Methods inherited from interface twitter4j.ResponseList
getFeatureSpecificRateLimitStatus, getRateLimitStatus
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getToken

java.lang.String getToken()
Returns the token needed to be able to create a new place with GeoMethods.createPlace(String, String, String, GeoLocation, String).

Returns:
token the token needed to be able to create a new place with GeoMethods.createPlace(String, String, String, GeoLocation, String)