Uses of Class
net.troja.eve.esi.model.SystemKillsResponse
-
Packages that use SystemKillsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of SystemKillsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type SystemKillsResponse Modifier and Type Method 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.Method parameters in net.troja.eve.esi.api with type arguments of type SystemKillsResponse Modifier and Type Method Description okhttp3.CallUniverseApi. 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. -
Uses of SystemKillsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return SystemKillsResponse Modifier and Type Method Description SystemKillsResponseSystemKillsResponse. npcKills(Integer npcKills)SystemKillsResponseSystemKillsResponse. podKills(Integer podKills)SystemKillsResponseSystemKillsResponse. shipKills(Integer shipKills)SystemKillsResponseSystemKillsResponse. systemId(Integer systemId)
-