Uses of Class
net.troja.eve.esi.model.CharacterShipResponse
-
Packages that use CharacterShipResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterShipResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CharacterShipResponse Modifier and Type Method Description CharacterShipResponseLocationApi. getCharactersCharacterIdShip(Integer characterId, String datasource, String ifNoneMatch, String token)Get current ship Get the current ship type, name and id --- This route is cached for up to 5 seconds SSO Scope: esi-location.read_ship_type.v1Methods in net.troja.eve.esi.api that return types with arguments of type CharacterShipResponse Modifier and Type Method Description ApiResponse<CharacterShipResponse>LocationApi. getCharactersCharacterIdShipWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get current ship Get the current ship type, name and id --- This route is cached for up to 5 seconds SSO Scope: esi-location.read_ship_type.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterShipResponse Modifier and Type Method Description okhttp3.CallLocationApi. getCharactersCharacterIdShipAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterShipResponse> _callback)Get current ship (asynchronously) Get the current ship type, name and id --- This route is cached for up to 5 seconds SSO Scope: esi-location.read_ship_type.v1 -
Uses of CharacterShipResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterShipResponse Modifier and Type Method Description CharacterShipResponseCharacterShipResponse. shipItemId(Long shipItemId)CharacterShipResponseCharacterShipResponse. shipName(String shipName)CharacterShipResponseCharacterShipResponse. shipTypeId(Integer shipTypeId)
-