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