Uses of Class
net.troja.eve.esi.model.CharacterLocationResponse
-
Packages that use CharacterLocationResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterLocationResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CharacterLocationResponse Modifier and Type Method Description CharacterLocationResponseLocationApi. getCharactersCharacterIdLocation(Integer characterId, String datasource, String ifNoneMatch, String token)Get character location Information about the characters current location.Methods in net.troja.eve.esi.api that return types with arguments of type CharacterLocationResponse Modifier and Type Method Description ApiResponse<CharacterLocationResponse>LocationApi. getCharactersCharacterIdLocationWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get character location Information about the characters current location.Method parameters in net.troja.eve.esi.api with type arguments of type CharacterLocationResponse Modifier and Type Method Description okhttp3.CallLocationApi. getCharactersCharacterIdLocationAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterLocationResponse> _callback)Get character location (asynchronously) Information about the characters current location. -
Uses of CharacterLocationResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterLocationResponse Modifier and Type Method Description CharacterLocationResponseCharacterLocationResponse. solarSystemId(Integer solarSystemId)CharacterLocationResponseCharacterLocationResponse. stationId(Integer stationId)CharacterLocationResponseCharacterLocationResponse. structureId(Long structureId)
-