Uses of Class
net.troja.eve.esi.model.CorporationAssetsNamesResponse
-
Packages that use CorporationAssetsNamesResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationAssetsNamesResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CorporationAssetsNamesResponse Modifier and Type Method 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.Method parameters in net.troja.eve.esi.api with type arguments of type CorporationAssetsNamesResponse Modifier and Type Method Description okhttp3.CallAssetsApi. 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. -
Uses of CorporationAssetsNamesResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationAssetsNamesResponse Modifier and Type Method Description CorporationAssetsNamesResponseCorporationAssetsNamesResponse. itemId(Long itemId)CorporationAssetsNamesResponseCorporationAssetsNamesResponse. name(String name)
-