Uses of Class
net.troja.eve.esi.model.CharacterKillmailsResponse
-
Packages that use CharacterKillmailsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterKillmailsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterKillmailsResponse Modifier and Type Method Description List<CharacterKillmailsResponse>KillmailsApi. getCharactersCharacterIdKillmailsRecent(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token)Get a character's recent kills and losses Return a list of a character's kills and losses going back 90 days --- This route is cached for up to 300 seconds SSO Scope: esi-killmails.read_killmails.v1ApiResponse<List<CharacterKillmailsResponse>>KillmailsApi. getCharactersCharacterIdKillmailsRecentWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token)Get a character's recent kills and losses Return a list of a character's kills and losses going back 90 days --- This route is cached for up to 300 seconds SSO Scope: esi-killmails.read_killmails.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterKillmailsResponse Modifier and Type Method Description okhttp3.CallKillmailsApi. getCharactersCharacterIdKillmailsRecentAsync(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CharacterKillmailsResponse>> _callback)Get a character's recent kills and losses (asynchronously) Return a list of a character's kills and losses going back 90 days --- This route is cached for up to 300 seconds SSO Scope: esi-killmails.read_killmails.v1 -
Uses of CharacterKillmailsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterKillmailsResponse Modifier and Type Method Description CharacterKillmailsResponseCharacterKillmailsResponse. killmailHash(String killmailHash)CharacterKillmailsResponseCharacterKillmailsResponse. killmailId(Integer killmailId)
-