Uses of Class
com.twitter.clientlib.model.Place
-
Packages that use Place Package Description com.twitter.clientlib.model -
-
Uses of Place in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return Place Modifier and Type Method Description PlacePlace. addContainedWithinItem(String containedWithinItem)PlacePlace. containedWithin(List<String> containedWithin)PlacePlace. country(String country)PlacePlace. countryCode(String countryCode)static PlacePlace. fromJson(String jsonString)Create an instance of Place given an JSON stringPlacePlace. fullName(String fullName)PlacePlace. geo(Geo geo)PlacePlace. id(String id)PlacePlace. name(String name)PlacePlace. placeType(PlaceType placeType)Methods in com.twitter.clientlib.model that return types with arguments of type Place Modifier and Type Method Description List<Place>Expansions. getPlaces()Get placesMethods in com.twitter.clientlib.model with parameters of type Place Modifier and Type Method Description ExpansionsExpansions. addPlacesItem(Place placesItem)Method parameters in com.twitter.clientlib.model with type arguments of type Place Modifier and Type Method Description ExpansionsExpansions. places(List<Place> places)voidExpansions. setPlaces(List<Place> places)
-