| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterAssetsLocationsResponse> |
AssetsApi.postCharactersCharacterIdAssetsLocations(Integer characterId,
List<Long> itemIds,
String datasource,
String token)
Get character asset locations Return locations for a set of item ids,
which you can get from character assets endpoint.
|
ApiResponse<List<CharacterAssetsLocationsResponse>> |
AssetsApi.postCharactersCharacterIdAssetsLocationsWithHttpInfo(Integer characterId,
List<Long> itemIds,
String datasource,
String token)
Get character asset locations Return locations for a set of item ids,
which you can get from character assets endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
AssetsApi.postCharactersCharacterIdAssetsLocationsAsync(Integer characterId,
List<Long> itemIds,
String datasource,
String token,
ApiCallback<List<CharacterAssetsLocationsResponse>> _callback)
Get character asset locations (asynchronously) Return locations for a set
of item ids, which you can get from character assets endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CharacterAssetsLocationsResponse |
CharacterAssetsLocationsResponse.itemId(Long itemId) |
CharacterAssetsLocationsResponse |
CharacterAssetsLocationsResponse.position(CharacterAssetsLocationsPosition position) |
Copyright © 2023. All Rights Reserved.