public class UniverseApi extends Object
| Constructor and Description |
|---|
UniverseApi() |
UniverseApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<UniverseAncestriesResponse> |
getUniverseAncestries(String datasource,
String language,
String userAgent,
String xUserAgent)
Get ancestries Get all character ancestries --- This route expires daily
at 11:05
|
List<BloodlinesResponse> |
getUniverseBloodlines(String datasource,
String language,
String userAgent,
String xUserAgent)
Get bloodlines Get a list of bloodlines --- This route expires daily at
11:05
|
List<Integer> |
getUniverseCategories(String datasource,
String userAgent,
String xUserAgent)
Get item categories Get a list of item categories --- This route expires
daily at 11:05
|
CategoryResponse |
getUniverseCategoriesCategoryId(Integer categoryId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get item category information Get information of an item category ---
This route expires daily at 11:05
|
List<Integer> |
getUniverseConstellations(String datasource,
String userAgent,
String xUserAgent)
Get constellations Get a list of constellations --- This route expires
daily at 11:05
|
ConstellationResponse |
getUniverseConstellationsConstellationId(Integer constellationId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get constellation information Get information on a constellation --- This
route expires daily at 11:05
|
List<FactionsResponse> |
getUniverseFactions(String datasource,
String language,
String userAgent,
String xUserAgent)
Get factions Get a list of factions --- This route expires daily at 11:05
|
List<Integer> |
getUniverseGraphics(String datasource,
String userAgent,
String xUserAgent)
Get graphics Get a list of graphics --- This route expires daily at 11:05
|
GraphicResponse |
getUniverseGraphicsGraphicId(Integer graphicId,
String datasource,
String userAgent,
String xUserAgent)
Get graphic information Get information on a graphic --- This route
expires daily at 11:05
|
List<Integer> |
getUniverseGroups(String datasource,
Integer page,
String userAgent,
String xUserAgent)
Get item groups Get a list of item groups --- This route expires daily at
11:05
|
GroupResponse |
getUniverseGroupsGroupId(Integer groupId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get item group information Get information on an item group --- This
route expires daily at 11:05
|
MoonResponse |
getUniverseMoonsMoonId(Integer moonId,
String datasource,
String userAgent,
String xUserAgent)
Get moon information Get information on a moon --- This route expires
daily at 11:05
|
PlanetResponse |
getUniversePlanetsPlanetId(Integer planetId,
String datasource,
String userAgent,
String xUserAgent)
Get planet information Get information on a planet --- This route expires
daily at 11:05
|
List<RacesResponse> |
getUniverseRaces(String datasource,
String language,
String userAgent,
String xUserAgent)
Get character races Get a list of character races --- This route expires
daily at 11:05
|
List<Integer> |
getUniverseRegions(String datasource,
String userAgent,
String xUserAgent)
Get regions Get a list of regions --- This route expires daily at 11:05
|
RegionResponse |
getUniverseRegionsRegionId(Integer regionId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get region information Get information on a region --- This route expires
daily at 11:05
|
StargateResponse |
getUniverseStargatesStargateId(Integer stargateId,
String datasource,
String userAgent,
String xUserAgent)
Get stargate information Get information on a stargate --- This route
expires daily at 11:05
|
StarResponse |
getUniverseStarsStarId(Integer starId,
String datasource,
String userAgent,
String xUserAgent)
Get star information Get information on a star --- This route expires
daily at 11:05
|
StationResponse |
getUniverseStationsStationId(Integer stationId,
String datasource,
String userAgent,
String xUserAgent)
Get station information Get information on a station --- This route is
cached for up to 300 seconds
|
List<Long> |
getUniverseStructures(String datasource,
String userAgent,
String xUserAgent)
List all public structures List all public structures --- This route is
cached for up to 3600 seconds
|
StructureResponse |
getUniverseStructuresStructureId(Long structureId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get structure information Returns information on requested structure, if
you are on the ACL.
|
List<SystemJumpsResponse> |
getUniverseSystemJumps(String datasource,
String userAgent,
String xUserAgent)
Get system jumps Get the number of jumps in solar systems within the last
hour ending at the timestamp of the Last-Modified header, excluding
wormhole space.
|
List<SystemKillsResponse> |
getUniverseSystemKills(String datasource,
String userAgent,
String xUserAgent)
Get system kills Get the number of ship, pod and NPC kills per solar
system within the last hour ending at the timestamp of the Last-Modified
header, excluding wormhole space.
|
List<Integer> |
getUniverseSystems(String datasource,
String userAgent,
String xUserAgent)
Get solar systems Get a list of solar systems --- This route expires
daily at 11:05
|
SystemResponse |
getUniverseSystemsSystemId(Integer systemId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get solar system information Get information on a solar system --- This
route expires daily at 11:05
|
List<Integer> |
getUniverseTypes(String datasource,
Integer page,
String userAgent,
String xUserAgent)
Get types Get a list of type ids --- This route expires daily at 11:05
|
TypeResponse |
getUniverseTypesTypeId(Integer typeId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get type information Get information on a type --- This route expires
daily at 11:05
|
UniverseIdsResponse |
postUniverseIds(List<String> names,
String datasource,
String language,
String userAgent,
String xUserAgent)
Bulk names to IDs Resolve a set of names to IDs in the following
categories: agents, alliances, characters, constellations, corporations
factions, inventory_types, regions, stations, and systems.
|
List<UniverseNamesResponse> |
postUniverseNames(List<Integer> ids,
String datasource,
String userAgent,
String xUserAgent)
Get names and categories for a set of ID's Resolve a set of IDs to
names and categories.
|
void |
setApiClient(ApiClient apiClient) |
public UniverseApi()
public UniverseApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<UniverseAncestriesResponse> getUniverseAncestries(String datasource, String language, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)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<BloodlinesResponse> getUniverseBloodlines(String datasource, String language, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)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<Integer> getUniverseCategories(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 CategoryResponse getUniverseCategoriesCategoryId(Integer categoryId, String datasource, String language, String userAgent, String xUserAgent) throws ApiException
categoryId - An Eve item category ID (required)datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)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<Integer> getUniverseConstellations(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 ConstellationResponse getUniverseConstellationsConstellationId(Integer constellationId, String datasource, String language, String userAgent, String xUserAgent) throws ApiException
constellationId - constellation_id integer (required)datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)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<FactionsResponse> getUniverseFactions(String datasource, String language, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)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<Integer> getUniverseGraphics(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 GraphicResponse getUniverseGraphicsGraphicId(Integer graphicId, String datasource, String userAgent, String xUserAgent) throws ApiException
graphicId - graphic_id integer (required)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<Integer> getUniverseGroups(String datasource, Integer page, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)page - Which page of results to return (optional, default to 1)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic GroupResponse getUniverseGroupsGroupId(Integer groupId, String datasource, String language, String userAgent, String xUserAgent) throws ApiException
groupId - An Eve item group ID (required)datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic MoonResponse getUniverseMoonsMoonId(Integer moonId, String datasource, String userAgent, String xUserAgent) throws ApiException
moonId - moon_id integer (required)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 PlanetResponse getUniversePlanetsPlanetId(Integer planetId, String datasource, String userAgent, String xUserAgent) throws ApiException
planetId - planet_id integer (required)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<RacesResponse> getUniverseRaces(String datasource, String language, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)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<Integer> getUniverseRegions(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 RegionResponse getUniverseRegionsRegionId(Integer regionId, String datasource, String language, String userAgent, String xUserAgent) throws ApiException
regionId - region_id integer (required)datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic StargateResponse getUniverseStargatesStargateId(Integer stargateId, String datasource, String userAgent, String xUserAgent) throws ApiException
stargateId - stargate_id integer (required)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 StarResponse getUniverseStarsStarId(Integer starId, String datasource, String userAgent, String xUserAgent) throws ApiException
starId - star_id integer (required)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 StationResponse getUniverseStationsStationId(Integer stationId, String datasource, String userAgent, String xUserAgent) throws ApiException
stationId - station_id integer (required)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<Long> getUniverseStructures(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 StructureResponse getUniverseStructuresStructureId(Long structureId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
structureId - An Eve structure 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 List<SystemJumpsResponse> getUniverseSystemJumps(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<SystemKillsResponse> getUniverseSystemKills(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<Integer> getUniverseSystems(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 SystemResponse getUniverseSystemsSystemId(Integer systemId, String datasource, String language, String userAgent, String xUserAgent) throws ApiException
systemId - system_id integer (required)datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)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<Integer> getUniverseTypes(String datasource, Integer page, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)page - Which page of results to return (optional, default to 1)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic TypeResponse getUniverseTypesTypeId(Integer typeId, String datasource, String language, String userAgent, String xUserAgent) throws ApiException
typeId - An Eve item type ID (required)datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic UniverseIdsResponse postUniverseIds(List<String> names, String datasource, String language, String userAgent, String xUserAgent) throws ApiException
names - The names to resolve (required)datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)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<UniverseNamesResponse> postUniverseNames(List<Integer> ids, String datasource, String userAgent, String xUserAgent) throws ApiException
ids - The ids to resolve (required)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.