Uses of Class
com.twitter.clientlib.model.PlaceType
-
Packages that use PlaceType Package Description com.twitter.clientlib.model -
-
Uses of PlaceType in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return PlaceType Modifier and Type Method Description static PlaceTypePlaceType. fromValue(String value)PlaceTypePlace. getPlaceType()Get placeTypePlaceTypePlaceType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PlaceTypePlaceType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlaceType[]PlaceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twitter.clientlib.model with parameters of type PlaceType Modifier and Type Method Description PlacePlace. placeType(PlaceType placeType)voidPlace. setPlaceType(PlaceType placeType)voidPlaceType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PlaceType enumeration)
-