Uses of Class
com.twitter.clientlib.model.Geo.TypeEnum
-
Packages that use Geo.TypeEnum Package Description com.twitter.clientlib.model -
-
Uses of Geo.TypeEnum in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return Geo.TypeEnum Modifier and Type Method Description static Geo.TypeEnumGeo.TypeEnum. fromValue(String value)Geo.TypeEnumGeo. getType()Get typeGeo.TypeEnumGeo.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Geo.TypeEnumGeo.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Geo.TypeEnum[]Geo.TypeEnum. 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 Geo.TypeEnum Modifier and Type Method Description voidGeo. setType(Geo.TypeEnum type)GeoGeo. type(Geo.TypeEnum type)voidGeo.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Geo.TypeEnum enumeration)
-