| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
WarResponse |
WarsApi.getWarsWarId(Integer warId,
String datasource,
String userAgent,
String xUserAgent)
Get war information Return details about a war --- Alternate route:
`/v1/wars/{war_id}/` Alternate route:
`/legacy/wars/{war_id}/` Alternate route:
`/dev/wars/{war_id}/` --- This route is cached for up to 3600
seconds
|
| Modifier and Type | Method and Description |
|---|---|
WarResponse |
WarResponse.addAlliesItem(WarAlly alliesItem) |
WarResponse |
WarResponse.aggressor(Aggressor aggressor) |
WarResponse |
WarResponse.allies(List<WarAlly> allies) |
WarResponse |
WarResponse.declared(java.time.OffsetDateTime declared) |
WarResponse |
WarResponse.defender(Defender defender) |
WarResponse |
WarResponse.finished(java.time.OffsetDateTime finished) |
WarResponse |
WarResponse.id(Integer id) |
WarResponse |
WarResponse.mutual(Boolean mutual) |
WarResponse |
WarResponse.openForAllies(Boolean openForAllies) |
WarResponse |
WarResponse.retracted(java.time.OffsetDateTime retracted) |
WarResponse |
WarResponse.started(java.time.OffsetDateTime started) |
Copyright © 2017. All Rights Reserved.