| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterCorporationHistoryResponse> |
CharacterApi.getCharactersCharacterIdCorporationhistory(Integer characterId,
String datasource,
String ifNoneMatch)
Get corporation history Get a list of all the corporations a character
has been a member of --- This route is cached for up to 86400 seconds
|
ApiResponse<List<CharacterCorporationHistoryResponse>> |
CharacterApi.getCharactersCharacterIdCorporationhistoryWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch)
Get corporation history Get a list of all the corporations a character
has been a member of --- This route is cached for up to 86400 seconds
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdCorporationhistoryAsync(Integer characterId,
String datasource,
String ifNoneMatch,
ApiCallback<List<CharacterCorporationHistoryResponse>> _callback)
Get corporation history (asynchronously) Get a list of all the
corporations a character has been a member of --- This route is cached
for up to 86400 seconds
|
| Modifier and Type | Method and Description |
|---|---|
CharacterCorporationHistoryResponse |
CharacterCorporationHistoryResponse.corporationId(Integer corporationId) |
CharacterCorporationHistoryResponse |
CharacterCorporationHistoryResponse.isDeleted(Boolean isDeleted) |
CharacterCorporationHistoryResponse |
CharacterCorporationHistoryResponse.recordId(Integer recordId) |
CharacterCorporationHistoryResponse |
CharacterCorporationHistoryResponse.startDate(java.time.OffsetDateTime startDate) |
Copyright © 2021. All Rights Reserved.