| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CorporationAssetsNamesResponse> |
AssetsApi.postCorporationsCorporationIdAssetsNames(Integer corporationId,
List<Long> itemIds,
String datasource,
String token)
Get corporation asset names Return names for a set of item ids, which you
can get from corporation assets endpoint.
|
ApiResponse<List<CorporationAssetsNamesResponse>> |
AssetsApi.postCorporationsCorporationIdAssetsNamesWithHttpInfo(Integer corporationId,
List<Long> itemIds,
String datasource,
String token)
Get corporation asset names Return names for a set of item ids, which you
can get from corporation assets endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
AssetsApi.postCorporationsCorporationIdAssetsNamesAsync(Integer corporationId,
List<Long> itemIds,
String datasource,
String token,
ApiCallback<List<CorporationAssetsNamesResponse>> _callback)
Get corporation asset names (asynchronously) Return names for a set of
item ids, which you can get from corporation assets endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CorporationAssetsNamesResponse |
CorporationAssetsNamesResponse.itemId(Long itemId) |
CorporationAssetsNamesResponse |
CorporationAssetsNamesResponse.name(String name) |
Copyright © 2019. All Rights Reserved.