public class CharacterApi extends Object
| Constructor and Description |
|---|
CharacterApi() |
CharacterApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
CharacterResponse |
getCharactersCharacterId(Integer characterId,
String datasource,
String ifNoneMatch)
Get character's public information Public information about a
character --- This route is cached for up to 3600 seconds
|
List<CharacterResearchAgentsResponse> |
getCharactersCharacterIdAgentsResearch(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get agents research Return a list of agents research information for a
character.
|
List<CharacterBlueprintsResponse> |
getCharactersCharacterIdBlueprints(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get blueprints Return a list of blueprints the character owns --- This
route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_blueprints.v1
|
List<CharacterCorporationHistoryResponse> |
getCharactersCharacterIdCorporationhistory(Integer characterId,
String datasource,
String ifNoneMatch)
Get corporation history Get a list of all the corporations a character
has been a member of --- This route is cached for up to 3600 seconds
|
CharacterFatigueResponse |
getCharactersCharacterIdFatigue(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get jump fatigue Return a character's jump activation and fatigue
information --- This route is cached for up to 300 seconds SSO Scope:
esi-characters.read_fatigue.v1
|
List<CharacterMedalsResponse> |
getCharactersCharacterIdMedals(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get medals Return a list of medals the character has --- This route is
cached for up to 3600 seconds SSO Scope: esi-characters.read_medals.v1
|
List<CharacterNotificationsResponse> |
getCharactersCharacterIdNotifications(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character notifications Return character notifications --- This route
is cached for up to 600 seconds SSO Scope:
esi-characters.read_notifications.v1
|
List<NewContactNotificationsResponse> |
getCharactersCharacterIdNotificationsContacts(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get new contact notifications Return notifications about having been
added to someone's contact list --- This route is cached for up to
600 seconds SSO Scope: esi-characters.read_notifications.v1
|
CharacterPortraitResponse |
getCharactersCharacterIdPortrait(Integer characterId,
String datasource,
String ifNoneMatch)
Get character portraits Get portrait urls for a character --- This route
expires daily at 11:05
|
CharacterRolesResponse |
getCharactersCharacterIdRoles(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character corporation roles Returns a character's corporation
roles --- This route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_corporation_roles.v1
|
List<CharacterStandingsResponse> |
getCharactersCharacterIdStandings(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get standings Return character standings from agents, NPC corporations,
and factions --- This route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_standings.v1
|
List<CharacterStatsResponse> |
getCharactersCharacterIdStats(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Yearly aggregate stats Returns aggregate yearly stats for a character ---
This route is cached for up to 86400 seconds SSO Scope:
esi-characterstats.read.v1
|
List<CharacterTitlesResponse> |
getCharactersCharacterIdTitles(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character corporation titles Returns a character's titles ---
This route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_titles.v1
|
List<CharacterAffiliationResponse> |
postCharactersAffiliation(List<Integer> characters,
String datasource)
Character affiliation Bulk lookup of character IDs to corporation,
alliance and faction --- This route is cached for up to 3600 seconds
|
Float |
postCharactersCharacterIdCspa(Integer characterId,
List<Integer> characters,
String datasource,
String token)
Calculate a CSPA charge cost Takes a source character ID in the url and a
set of target character ID's in the body, returns a CSPA charge cost
--- SSO Scope: esi-characters.read_contacts.v1
|
void |
setApiClient(ApiClient apiClient) |
public CharacterApi()
public CharacterApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public CharacterResponse getCharactersCharacterId(Integer characterId, String datasource, String ifNoneMatch) 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)ApiException - if fails to make API callpublic List<CharacterResearchAgentsResponse> getCharactersCharacterIdAgentsResearch(Integer characterId, String datasource, String ifNoneMatch, 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)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CharacterBlueprintsResponse> getCharactersCharacterIdBlueprints(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 fails to make API callpublic List<CharacterCorporationHistoryResponse> getCharactersCharacterIdCorporationhistory(Integer characterId, String datasource, String ifNoneMatch) 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)ApiException - if fails to make API callpublic CharacterFatigueResponse getCharactersCharacterIdFatigue(Integer characterId, String datasource, String ifNoneMatch, 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)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CharacterMedalsResponse> getCharactersCharacterIdMedals(Integer characterId, String datasource, String ifNoneMatch, 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)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CharacterNotificationsResponse> getCharactersCharacterIdNotifications(Integer characterId, String datasource, String ifNoneMatch, 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)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<NewContactNotificationsResponse> getCharactersCharacterIdNotificationsContacts(Integer characterId, String datasource, String ifNoneMatch, 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)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic CharacterPortraitResponse getCharactersCharacterIdPortrait(Integer characterId, String datasource, String ifNoneMatch) 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)ApiException - if fails to make API callpublic CharacterRolesResponse getCharactersCharacterIdRoles(Integer characterId, String datasource, String ifNoneMatch, 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)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CharacterStandingsResponse> getCharactersCharacterIdStandings(Integer characterId, String datasource, String ifNoneMatch, 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)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CharacterStatsResponse> getCharactersCharacterIdStats(Integer characterId, String datasource, String ifNoneMatch, 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)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CharacterTitlesResponse> getCharactersCharacterIdTitles(Integer characterId, String datasource, String ifNoneMatch, 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)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CharacterAffiliationResponse> postCharactersAffiliation(List<Integer> characters, String datasource) throws ApiException
characters - The character IDs to fetch affiliations for. All characters
must exist, or none will be returned (required)datasource - The server name you would like data from (optional, default to
tranquility)ApiException - if fails to make API callpublic Float postCharactersCharacterIdCspa(Integer characterId, List<Integer> characters, String datasource, String token) throws ApiException
characterId - An EVE character ID (required)characters - The target characters to calculate the charge for (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)ApiException - if fails to make API callCopyright © 2019. All Rights Reserved.