Uses of Class
net.troja.eve.esi.model.CorporationKillmailsResponse
-
Packages that use CorporationKillmailsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationKillmailsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CorporationKillmailsResponse Modifier and Type Method Description List<CorporationKillmailsResponse>KillmailsApi. getCorporationsCorporationIdKillmailsRecent(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get a corporation's recent kills and losses Get a list of a corporation's kills and losses going back 90 days --- This route is cached for up to 300 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-killmails.read_corporation_killmails.v1ApiResponse<List<CorporationKillmailsResponse>>KillmailsApi. getCorporationsCorporationIdKillmailsRecentWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get a corporation's recent kills and losses Get a list of a corporation's kills and losses going back 90 days --- This route is cached for up to 300 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-killmails.read_corporation_killmails.v1Method parameters in net.troja.eve.esi.api with type arguments of type CorporationKillmailsResponse Modifier and Type Method Description okhttp3.CallKillmailsApi. getCorporationsCorporationIdKillmailsRecentAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationKillmailsResponse>> _callback)Get a corporation's recent kills and losses (asynchronously) Get a list of a corporation's kills and losses going back 90 days --- This route is cached for up to 300 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-killmails.read_corporation_killmails.v1 -
Uses of CorporationKillmailsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationKillmailsResponse Modifier and Type Method Description CorporationKillmailsResponseCorporationKillmailsResponse. killmailHash(String killmailHash)CorporationKillmailsResponseCorporationKillmailsResponse. killmailId(Integer killmailId)
-