| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<SystemKillsResponse> |
UniverseApi.getUniverseSystemKills(String datasource,
String ifNoneMatch)
Get system kills Get the number of ship, pod and NPC kills per solar
system within the last hour ending at the timestamp of the Last-Modified
header, excluding wormhole space.
|
ApiResponse<List<SystemKillsResponse>> |
UniverseApi.getUniverseSystemKillsWithHttpInfo(String datasource,
String ifNoneMatch)
Get system kills Get the number of ship, pod and NPC kills per solar
system within the last hour ending at the timestamp of the Last-Modified
header, excluding wormhole space.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
UniverseApi.getUniverseSystemKillsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<SystemKillsResponse>> _callback)
Get system kills (asynchronously) Get the number of ship, pod and NPC
kills per solar system within the last hour ending at the timestamp of
the Last-Modified header, excluding wormhole space.
|
| Modifier and Type | Method and Description |
|---|---|
SystemKillsResponse |
SystemKillsResponse.npcKills(Integer npcKills) |
SystemKillsResponse |
SystemKillsResponse.podKills(Integer podKills) |
SystemKillsResponse |
SystemKillsResponse.shipKills(Integer shipKills) |
SystemKillsResponse |
SystemKillsResponse.systemId(Integer systemId) |
Copyright © 2020. All Rights Reserved.