Uses of Class
net.troja.eve.esi.model.KillmailResponse
-
Packages that use KillmailResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of KillmailResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return KillmailResponse Modifier and Type Method Description KillmailResponseKillmailsApi. getKillmailsKillmailIdKillmailHash(String killmailHash, Integer killmailId, String datasource, String ifNoneMatch)Get a single killmail Return a single killmail from its ID and hash --- This route is cached for up to 30758400 secondsMethods in net.troja.eve.esi.api that return types with arguments of type KillmailResponse Modifier and Type Method Description ApiResponse<KillmailResponse>KillmailsApi. getKillmailsKillmailIdKillmailHashWithHttpInfo(String killmailHash, Integer killmailId, String datasource, String ifNoneMatch)Get a single killmail Return a single killmail from its ID and hash --- This route is cached for up to 30758400 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type KillmailResponse Modifier and Type Method Description okhttp3.CallKillmailsApi. getKillmailsKillmailIdKillmailHashAsync(String killmailHash, Integer killmailId, String datasource, String ifNoneMatch, ApiCallback<KillmailResponse> _callback)Get a single killmail (asynchronously) Return a single killmail from its ID and hash --- This route is cached for up to 30758400 seconds -
Uses of KillmailResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return KillmailResponse Modifier and Type Method Description KillmailResponseKillmailResponse. addAttackersItem(KillmailAttacker attackersItem)KillmailResponseKillmailResponse. attackers(List<KillmailAttacker> attackers)KillmailResponseKillmailResponse. killmailId(Integer killmailId)KillmailResponseKillmailResponse. killmailTime(java.time.OffsetDateTime killmailTime)KillmailResponseKillmailResponse. moonId(Integer moonId)KillmailResponseKillmailResponse. solarSystemId(Integer solarSystemId)KillmailResponseKillmailResponse. victim(KillmailVictim victim)KillmailResponseKillmailResponse. warId(Integer warId)
-