| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CorporationAlliancesHistoryResponse> |
CorporationApi.getCorporationsCorporationIdAlliancehistory(Integer corporationId,
String datasource,
String ifNoneMatch)
Get alliance history Get a list of all the alliances a corporation has
been a member of --- This route is cached for up to 3600 seconds ---
[Diff of the upcoming
changes](https://esi.evetech.net/diff/latest/dev/#GET
-/corporations/{corporation_id}/alliancehistory/)
|
ApiResponse<List<CorporationAlliancesHistoryResponse>> |
CorporationApi.getCorporationsCorporationIdAlliancehistoryWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch)
Get alliance history Get a list of all the alliances a corporation has
been a member of --- This route is cached for up to 3600 seconds ---
[Diff of the upcoming
changes](https://esi.evetech.net/diff/latest/dev/#GET
-/corporations/{corporation_id}/alliancehistory/)
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdAlliancehistoryAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
ApiCallback<List<CorporationAlliancesHistoryResponse>> _callback)
Get alliance history (asynchronously) Get a list of all the alliances a
corporation has been a member of --- This route is cached for up to 3600
seconds --- [Diff of the upcoming
changes](https://esi.evetech.net/diff/latest
/dev/#GET-/corporations/{corporation_id}/alliancehistory/)
|
| Modifier and Type | Method and Description |
|---|---|
CorporationAlliancesHistoryResponse |
CorporationAlliancesHistoryResponse.allianceId(Integer allianceId) |
CorporationAlliancesHistoryResponse |
CorporationAlliancesHistoryResponse.isDeleted(Boolean isDeleted) |
CorporationAlliancesHistoryResponse |
CorporationAlliancesHistoryResponse.recordId(Integer recordId) |
CorporationAlliancesHistoryResponse |
CorporationAlliancesHistoryResponse.startDate(java.time.OffsetDateTime startDate) |
Copyright © 2021. All Rights Reserved.