public class KillmailsApi extends Object
| Constructor and Description |
|---|
KillmailsApi() |
KillmailsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<CharacterKillmailsResponse> |
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.v1
|
okhttp3.Call |
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
|
okhttp3.Call |
getCharactersCharacterIdKillmailsRecentCall(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdKillmailsRecent
|
ApiResponse<List<CharacterKillmailsResponse>> |
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.v1
|
List<CorporationKillmailsResponse> |
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.v1
|
okhttp3.Call |
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
|
okhttp3.Call |
getCorporationsCorporationIdKillmailsRecentCall(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback _callback)
Build call for getCorporationsCorporationIdKillmailsRecent
|
ApiResponse<List<CorporationKillmailsResponse>> |
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.v1
|
KillmailResponse |
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 seconds
|
okhttp3.Call |
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
|
okhttp3.Call |
getKillmailsKillmailIdKillmailHashCall(String killmailHash,
Integer killmailId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getKillmailsKillmailIdKillmailHash
|
ApiResponse<KillmailResponse> |
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 seconds
|
void |
setApiClient(ApiClient apiClient) |
public KillmailsApi()
public KillmailsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getCharactersCharacterIdKillmailsRecentCall(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback _callback) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic List<CharacterKillmailsResponse> getCharactersCharacterIdKillmailsRecent(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<CharacterKillmailsResponse>> getCharactersCharacterIdKillmailsRecentWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getCharactersCharacterIdKillmailsRecentAsync(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CharacterKillmailsResponse>> _callback) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getCorporationsCorporationIdKillmailsRecentCall(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback _callback) throws ApiException
corporationId - An EVE corporation ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic List<CorporationKillmailsResponse> getCorporationsCorporationIdKillmailsRecent(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
corporationId - An EVE corporation ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<CorporationKillmailsResponse>> getCorporationsCorporationIdKillmailsRecentWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
corporationId - An EVE corporation ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getCorporationsCorporationIdKillmailsRecentAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationKillmailsResponse>> _callback) throws ApiException
corporationId - An EVE corporation ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getKillmailsKillmailIdKillmailHashCall(String killmailHash, Integer killmailId, String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
killmailHash - The killmail hash for verification (required)killmailId - The killmail ID to be queried (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic KillmailResponse getKillmailsKillmailIdKillmailHash(String killmailHash, Integer killmailId, String datasource, String ifNoneMatch) throws ApiException
killmailHash - The killmail hash for verification (required)killmailId - The killmail ID to be queried (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<KillmailResponse> getKillmailsKillmailIdKillmailHashWithHttpInfo(String killmailHash, Integer killmailId, String datasource, String ifNoneMatch) throws ApiException
killmailHash - The killmail hash for verification (required)killmailId - The killmail ID to be queried (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getKillmailsKillmailIdKillmailHashAsync(String killmailHash, Integer killmailId, String datasource, String ifNoneMatch, ApiCallback<KillmailResponse> _callback) throws ApiException
killmailHash - The killmail hash for verification (required)killmailId - The killmail ID to be queried (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectCopyright © 2023. All Rights Reserved.