twitter4j
Interface SimilarPlaces

All Superinterfaces:
Collection<Place>, Iterable<Place>, List<Place>, ResponseList<Place>, Serializable, TwitterResponse

public interface SimilarPlaces
extends ResponseList<Place>

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

Field Summary
 
Fields inherited from interface twitter4j.TwitterResponse
NONE, READ, READ_WRITE, READ_WRITE_DIRECTMESSAGES
 
Method Summary
 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 twitter4j.TwitterResponse
getAccessLevel
 
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

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)


Copyright © 2012. All Rights Reserved.