Uses of Class
net.troja.eve.esi.model.Clone.LocationTypeEnum
-
Packages that use Clone.LocationTypeEnum Package Description net.troja.eve.esi.model -
-
Uses of Clone.LocationTypeEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return Clone.LocationTypeEnum Modifier and Type Method Description static Clone.LocationTypeEnumClone.LocationTypeEnum. fromValue(String value)Clone.LocationTypeEnumClone. getLocationType()location_type stringClone.LocationTypeEnumClone.LocationTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Clone.LocationTypeEnumClone.LocationTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Clone.LocationTypeEnum[]Clone.LocationTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.troja.eve.esi.model with parameters of type Clone.LocationTypeEnum Modifier and Type Method Description CloneClone. locationType(Clone.LocationTypeEnum locationTypeEnum)voidClone. setLocationType(Clone.LocationTypeEnum locationTypeEnum)voidClone.LocationTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Clone.LocationTypeEnum enumeration)
-