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