| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
SystemResponse |
UniverseApi.getUniverseSystemsSystemId(Integer systemId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get solar system information Get information on a solar system. --- This
route expires daily at 11:05
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SystemResponse> |
UniverseApi.getUniverseSystemsSystemIdWithHttpInfo(Integer systemId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get solar system information Get information on a solar system. --- This
route expires daily at 11:05
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
UniverseApi.getUniverseSystemsSystemIdAsync(Integer systemId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback<SystemResponse> callback)
Get solar system information (asynchronously) Get information on a solar
system. --- This route expires daily at 11:05
|
| Modifier and Type | Method and Description |
|---|---|
SystemResponse |
SystemResponse.addPlanetsItem(SystemPlanet planetsItem) |
SystemResponse |
SystemResponse.addStargatesItem(Integer stargatesItem) |
SystemResponse |
SystemResponse.addStationsItem(Integer stationsItem) |
SystemResponse |
SystemResponse.constellationId(Integer constellationId) |
SystemResponse |
SystemResponse.name(String name) |
SystemResponse |
SystemResponse.planets(List<SystemPlanet> planets) |
SystemResponse |
SystemResponse.position(Position position) |
SystemResponse |
SystemResponse.securityClass(String securityClass) |
SystemResponse |
SystemResponse.securityStatus(Float securityStatus) |
SystemResponse |
SystemResponse.stargates(List<Integer> stargates) |
SystemResponse |
SystemResponse.starId(Integer starId) |
SystemResponse |
SystemResponse.stations(List<Integer> stations) |
SystemResponse |
SystemResponse.systemId(Integer systemId) |
Copyright © 2019. All Rights Reserved.