Uses of Class
net.troja.eve.esi.model.UniverseIdsStation
-
Packages that use UniverseIdsStation Package Description net.troja.eve.esi.model -
-
Uses of UniverseIdsStation in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return UniverseIdsStation Modifier and Type Method Description UniverseIdsStationUniverseIdsStation. id(Integer id)UniverseIdsStationUniverseIdsStation. name(String name)Methods in net.troja.eve.esi.model that return types with arguments of type UniverseIdsStation Modifier and Type Method Description List<UniverseIdsStation>UniverseIdsResponse. getStations()stations arrayMethods in net.troja.eve.esi.model with parameters of type UniverseIdsStation Modifier and Type Method Description UniverseIdsResponseUniverseIdsResponse. addStationsItem(UniverseIdsStation stationsItem)Method parameters in net.troja.eve.esi.model with type arguments of type UniverseIdsStation Modifier and Type Method Description voidUniverseIdsResponse. setStations(List<UniverseIdsStation> stations)UniverseIdsResponseUniverseIdsResponse. stations(List<UniverseIdsStation> stations)
-