Uses of Class
net.troja.eve.esi.model.CharacterAssetsNamesResponse
-
Packages that use CharacterAssetsNamesResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterAssetsNamesResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterAssetsNamesResponse Modifier and Type Method Description List<CharacterAssetsNamesResponse>AssetsApi. postCharactersCharacterIdAssetsNames(Integer characterId, List<Long> itemIds, 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> itemIds, String datasource, String token)Get character asset names Return names for a set of item ids, which you can get from character assets endpoint.Method parameters in net.troja.eve.esi.api with type arguments of type CharacterAssetsNamesResponse Modifier and Type Method Description okhttp3.CallAssetsApi. postCharactersCharacterIdAssetsNamesAsync(Integer characterId, List<Long> itemIds, 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. -
Uses of CharacterAssetsNamesResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterAssetsNamesResponse Modifier and Type Method Description CharacterAssetsNamesResponseCharacterAssetsNamesResponse. itemId(Long itemId)CharacterAssetsNamesResponseCharacterAssetsNamesResponse. name(String name)
-