public class UniverseApi extends Object
| Constructor and Description |
|---|
UniverseApi() |
UniverseApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<BloodlinesResponse> |
getUniverseBloodlines(String datasource,
String language,
String userAgent,
String xUserAgent)
Get bloodlines Get a list of bloodlines --- This route is cached for up
to 3600 seconds
|
List<Integer> |
getUniverseCategories(String datasource,
String userAgent,
String xUserAgent)
Get item categories Get a list of item categories --- This route is
cached for up to 3600 seconds
|
CategoryResponse |
getUniverseCategoriesCategoryId(Integer categoryId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get item category information Get information of an item category ---
This route is cached for up to 3600 seconds
|
List<Integer> |
getUniverseConstellations(String datasource,
String userAgent,
String xUserAgent)
Get constellations Get a list of constellations --- This route is cached
for up to 3600 seconds
|
ConstellationResponse |
getUniverseConstellationsConstellationId(Integer constellationId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get constellation information Get information on a constellation --- This
route is cached for up to 3600 seconds
|
List<FactionsResponse> |
getUniverseFactions(String datasource,
String language,
String userAgent,
String xUserAgent)
Get factions Get a list of factions --- This route is cached for up to
3600 seconds
|
List<Integer> |
getUniverseGraphics(String datasource,
String userAgent,
String xUserAgent)
Get graphics Get a list of graphics --- This route is cached for up to
3600 seconds
|
GraphicResponse |
getUniverseGraphicsGraphicId(Integer graphicId,
String datasource,
String userAgent,
String xUserAgent)
Get graphic information Get information on a graphic --- This route is
cached for up to 3600 seconds
|
List<Integer> |
getUniverseGroups(String datasource,
Integer page,
String userAgent,
String xUserAgent)
Get item groups Get a list of item groups --- This route is cached for up
to 3600 seconds
|
GroupResponse |
getUniverseGroupsGroupId(Integer groupId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get item group information Get information on an item group --- This
route is cached for up to 3600 seconds
|
MoonResponse |
getUniverseMoonsMoonId(Integer moonId,
String datasource,
String userAgent,
String xUserAgent)
Get moon information Get information on a moon --- This route is cached
for up to 3600 seconds
|
PlanetResponse |
getUniversePlanetsPlanetId(Integer planetId,
String datasource,
String userAgent,
String xUserAgent)
Get planet information Get information on a planet --- This route is
cached for up to 3600 seconds
|
List<RacesResponse> |
getUniverseRaces(String datasource,
String language,
String userAgent,
String xUserAgent)
Get character races Get a list of character races --- This route is
cached for up to 3600 seconds
|
List<Integer> |
getUniverseRegions(String datasource,
String userAgent,
String xUserAgent)
Get regions Get a list of regions --- This route is cached for up to 3600
seconds
|
RegionResponse |
getUniverseRegionsRegionId(Integer regionId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get region information Get information on a region --- This route is
cached for up to 3600 seconds
|
StargateResponse |
getUniverseStargatesStargateId(Integer stargateId,
String datasource,
String userAgent,
String xUserAgent)
Get stargate information Get information on a stargate --- This route is
cached for up to 3600 seconds
|
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, 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, excluding wormhole space.
|
List<Integer> |
getUniverseSystems(String datasource,
String userAgent,
String xUserAgent)
Get solar systems Get a list of solar systems --- This route is cached
for up to 3600 seconds
|
SystemResponse |
getUniverseSystemsSystemId(Integer systemId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get solar system information Get information on a solar system --- This
route is cached for up to 3600 seconds
|
List<Integer> |
getUniverseTypes(String datasource,
Integer page,
String userAgent,
String xUserAgent)
Get types Get a list of type ids --- This route is cached for up to 3600
seconds
|
TypeResponse |
getUniverseTypesTypeId(Integer typeId,
String datasource,
String language,
String userAgent,
String xUserAgent)
Get type information Get information on a type --- This route is cached
for up to 3600 seconds
|
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<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 to query (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 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 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 preferred over 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 to query (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 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 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 © 2017. All Rights Reserved.