Uses of Class
net.troja.eve.esi.model.StationResponse
-
Packages that use StationResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of StationResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return StationResponse Modifier and Type Method Description StationResponseUniverseApi. getUniverseStationsStationId(Integer stationId, String datasource, String ifNoneMatch)Get station information Get information on a station --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type StationResponse Modifier and Type Method Description ApiResponse<StationResponse>UniverseApi. getUniverseStationsStationIdWithHttpInfo(Integer stationId, String datasource, String ifNoneMatch)Get station information Get information on a station --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type StationResponse Modifier and Type Method Description okhttp3.CallUniverseApi. getUniverseStationsStationIdAsync(Integer stationId, String datasource, String ifNoneMatch, ApiCallback<StationResponse> _callback)Get station information (asynchronously) Get information on a station --- This route expires daily at 11:05 -
Uses of StationResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return StationResponse Modifier and Type Method Description StationResponseStationResponse. addServicesItem(String servicesItem)StationResponseStationResponse. maxDockableShipVolume(Float maxDockableShipVolume)StationResponseStationResponse. name(String name)StationResponseStationResponse. officeRentalCost(Float officeRentalCost)StationResponseStationResponse. owner(Integer owner)StationResponseStationResponse. position(Position position)StationResponseStationResponse. raceId(Integer raceId)StationResponseStationResponse. reprocessingEfficiency(Float reprocessingEfficiency)StationResponseStationResponse. reprocessingStationsTake(Float reprocessingStationsTake)StationResponseStationResponse. services(List<StationResponse.ServicesEnum> servicesEnum)StationResponseStationResponse. servicesString(List<String> services)StationResponseStationResponse. stationId(Integer stationId)StationResponseStationResponse. systemId(Integer systemId)StationResponseStationResponse. typeId(Integer typeId)
-