public class FactionWarfareApi extends Object
| Constructor and Description |
|---|
FactionWarfareApi() |
FactionWarfareApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
CharacterFwStatsResponse |
getCharactersCharacterIdFwStats(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Overview of a character involved in faction warfare Statistical overview
of a character involved in faction warfare --- This route expires daily
at 11:05 SSO Scope: esi-characters.read_fw_stats.v1
|
CorporationFwStatsResponse |
getCorporationsCorporationIdFwStats(Integer corporationId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Overview of a corporation involved in faction warfare Statistics about a
corporation involved in faction warfare --- This route expires daily at
11:05 SSO Scope: esi-corporations.read_fw_stats.v1
|
FactionWarfareLeaderboardResponse |
getFwLeaderboards(String datasource,
String userAgent,
String xUserAgent)
List of the top factions in faction warfare Top 4 leaderboard of factions
for kills and victory points separated by total, last week and yesterday.
--- This route expires daily at 11:05
|
FactionWarfareLeaderboardCharactersResponse |
getFwLeaderboardsCharacters(String datasource,
String userAgent,
String xUserAgent)
List of the top pilots in faction warfare Top 100 leaderboard of pilots
for kills and victory points separated by total, last week and yesterday.
--- This route expires daily at 11:05
|
FactionWarfareLeaderboardCorporationsResponse |
getFwLeaderboardsCorporations(String datasource,
String userAgent,
String xUserAgent)
List of the top corporations in faction warfare Top 10 leaderboard of
corporations for kills and victory points separated by total, last week
and yesterday. --- This route expires daily at 11:05
|
List<FactionWarfareStatsResponse> |
getFwStats(String datasource,
String userAgent,
String xUserAgent)
An overview of statistics about factions involved in faction warfare
Statistical overviews of factions involved in faction warfare --- This
route expires daily at 11:05
|
List<FactionWarfareSystemsResponse> |
getFwSystems(String datasource,
String userAgent,
String xUserAgent)
Ownership of faction warfare systems An overview of the current ownership
of faction warfare solar systems --- This route is cached for up to 1800
seconds
|
List<FactionWarfareWarsResponse> |
getFwWars(String datasource,
String userAgent,
String xUserAgent)
Data about which NPC factions are at war Data about which NPC factions
are at war --- This route expires daily at 11:05
|
void |
setApiClient(ApiClient apiClient) |
public FactionWarfareApi()
public FactionWarfareApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public CharacterFwStatsResponse getCharactersCharacterIdFwStats(Integer characterId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic CorporationFwStatsResponse getCorporationsCorporationIdFwStats(Integer corporationId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic FactionWarfareLeaderboardResponse getFwLeaderboards(String datasource, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic FactionWarfareLeaderboardCharactersResponse getFwLeaderboardsCharacters(String datasource, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic FactionWarfareLeaderboardCorporationsResponse getFwLeaderboardsCorporations(String datasource, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic List<FactionWarfareStatsResponse> getFwStats(String datasource, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic List<FactionWarfareSystemsResponse> getFwSystems(String datasource, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic List<FactionWarfareWarsResponse> getFwWars(String datasource, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callCopyright © 2018. All Rights Reserved.