Uses of Class
net.troja.eve.esi.model.WarKillmailsResponse
-
Packages that use WarKillmailsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of WarKillmailsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type WarKillmailsResponse Modifier and Type Method Description List<WarKillmailsResponse>WarsApi. getWarsWarIdKillmails(Integer warId, String datasource, String ifNoneMatch, Integer page)List kills for a war Return a list of kills related to a war --- This route is cached for up to 3600 secondsApiResponse<List<WarKillmailsResponse>>WarsApi. getWarsWarIdKillmailsWithHttpInfo(Integer warId, String datasource, String ifNoneMatch, Integer page)List kills for a war Return a list of kills related to a war --- This route is cached for up to 3600 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type WarKillmailsResponse Modifier and Type Method Description okhttp3.CallWarsApi. getWarsWarIdKillmailsAsync(Integer warId, String datasource, String ifNoneMatch, Integer page, ApiCallback<List<WarKillmailsResponse>> _callback)List kills for a war (asynchronously) Return a list of kills related to a war --- This route is cached for up to 3600 seconds -
Uses of WarKillmailsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return WarKillmailsResponse Modifier and Type Method Description WarKillmailsResponseWarKillmailsResponse. killmailHash(String killmailHash)WarKillmailsResponseWarKillmailsResponse. killmailId(Integer killmailId)
-