| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterAssetsNamesResponse> |
AssetsApi.postCharactersCharacterIdAssetsNames(Integer characterId,
List<Long> requestBody,
String datasource,
String token)
Get character asset names Return names for a set of item ids, which you
can get from character assets endpoint.
|
ApiResponse<List<CharacterAssetsNamesResponse>> |
AssetsApi.postCharactersCharacterIdAssetsNamesWithHttpInfo(Integer characterId,
List<Long> requestBody,
String datasource,
String token)
Get character asset names Return names for a set of item ids, which you
can get from character assets endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AssetsApi.postCharactersCharacterIdAssetsNamesAsync(Integer characterId,
List<Long> requestBody,
String datasource,
String token,
ApiCallback<List<CharacterAssetsNamesResponse>> callback)
Get character asset names (asynchronously) Return names for a set of item
ids, which you can get from character assets endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CharacterAssetsNamesResponse |
CharacterAssetsNamesResponse.itemId(Long itemId) |
CharacterAssetsNamesResponse |
CharacterAssetsNamesResponse.name(String name) |
Copyright © 2019. All Rights Reserved.