| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterMiningResponse> |
IndustryApi.getCharactersCharacterIdMining(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Character mining ledger Paginated record of all mining done by a
character for the past 30 days --- This route is cached for up to 600
seconds SSO Scope: esi-industry.read_character_mining.v1
|
ApiResponse<List<CharacterMiningResponse>> |
IndustryApi.getCharactersCharacterIdMiningWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Character mining ledger Paginated record of all mining done by a
character for the past 30 days --- This route is cached for up to 600
seconds SSO Scope: esi-industry.read_character_mining.v1
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
IndustryApi.getCharactersCharacterIdMiningAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CharacterMiningResponse>> callback)
Character mining ledger (asynchronously) Paginated record of all mining
done by a character for the past 30 days --- This route is cached for up
to 600 seconds SSO Scope: esi-industry.read_character_mining.v1
|
| Modifier and Type | Method and Description |
|---|---|
CharacterMiningResponse |
CharacterMiningResponse.date(java.time.LocalDate date) |
CharacterMiningResponse |
CharacterMiningResponse.quantity(Long quantity) |
CharacterMiningResponse |
CharacterMiningResponse.solarSystemId(Integer solarSystemId) |
CharacterMiningResponse |
CharacterMiningResponse.typeId(Integer typeId) |
Copyright © 2019. All Rights Reserved.