public class UniverseApi extends Object
| Constructor and Description |
|---|
UniverseApi() |
UniverseApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<UniverseAncestriesResponse> |
getUniverseAncestries(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get ancestries Get all character ancestries --- This route expires daily
at 11:05
|
UniverseAsteroidBeltsResponse |
getUniverseAsteroidBeltsAsteroidBeltId(Integer asteroidBeltId,
String datasource,
String ifNoneMatch)
Get asteroid belt information Get information on an asteroid belt ---
This route expires daily at 11:05
|
List<BloodlinesResponse> |
getUniverseBloodlines(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get bloodlines Get a list of bloodlines --- This route expires daily at
11:05
|
List<Integer> |
getUniverseCategories(String datasource,
String ifNoneMatch)
Get item categories Get a list of item categories --- This route expires
daily at 11:05
|
CategoryResponse |
getUniverseCategoriesCategoryId(Integer categoryId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get item category information Get information of an item category ---
This route expires daily at 11:05
|
List<Integer> |
getUniverseConstellations(String datasource,
String ifNoneMatch)
Get constellations Get a list of constellations --- This route expires
daily at 11:05
|
ConstellationResponse |
getUniverseConstellationsConstellationId(Integer constellationId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get constellation information Get information on a constellation --- This
route expires daily at 11:05
|
List<FactionsResponse> |
getUniverseFactions(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get factions Get a list of factions --- This route expires daily at 11:05
|
List<Integer> |
getUniverseGraphics(String datasource,
String ifNoneMatch)
Get graphics Get a list of graphics --- This route expires daily at 11:05
|
GraphicResponse |
getUniverseGraphicsGraphicId(Integer graphicId,
String datasource,
String ifNoneMatch)
Get graphic information Get information on a graphic --- This route
expires daily at 11:05
|
List<Integer> |
getUniverseGroups(String datasource,
String ifNoneMatch,
Integer page)
Get item groups Get a list of item groups --- This route expires daily at
11:05
|
GroupResponse |
getUniverseGroupsGroupId(Integer groupId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get item group information Get information on an item group --- This
route expires daily at 11:05
|
MoonResponse |
getUniverseMoonsMoonId(Integer moonId,
String datasource,
String ifNoneMatch)
Get moon information Get information on a moon --- This route expires
daily at 11:05
|
PlanetResponse |
getUniversePlanetsPlanetId(Integer planetId,
String datasource,
String ifNoneMatch)
Get planet information Get information on a planet --- This route expires
daily at 11:05
|
List<RacesResponse> |
getUniverseRaces(String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get character races Get a list of character races --- This route expires
daily at 11:05
|
List<Integer> |
getUniverseRegions(String datasource,
String ifNoneMatch)
Get regions Get a list of regions --- This route expires daily at 11:05
|
RegionResponse |
getUniverseRegionsRegionId(Integer regionId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get region information Get information on a region --- This route expires
daily at 11:05
|
StargateResponse |
getUniverseStargatesStargateId(Integer stargateId,
String datasource,
String ifNoneMatch)
Get stargate information Get information on a stargate --- This route
expires daily at 11:05
|
StarResponse |
getUniverseStarsStarId(Integer starId,
String datasource,
String ifNoneMatch)
Get star information Get information on a star --- This route expires
daily at 11:05
|
StationResponse |
getUniverseStationsStationId(Integer stationId,
String datasource,
String ifNoneMatch)
Get station information Get information on a station --- This route
expires daily at 11:05
|
List<Long> |
getUniverseStructures(String datasource,
String ifNoneMatch)
List all public structures List all public structures --- This route is
cached for up to 3600 seconds
|
StructureResponse |
getUniverseStructuresStructureId(Long structureId,
String datasource,
String ifNoneMatch,
String token)
Get structure information Returns information on requested structure, if
you are on the ACL.
|
List<SystemJumpsResponse> |
getUniverseSystemJumps(String datasource,
String ifNoneMatch)
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 ifNoneMatch)
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 ifNoneMatch)
Get solar systems Get a list of solar systems --- This route expires
daily at 11:05
|
SystemResponse |
getUniverseSystemsSystemId(Integer systemId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get solar system information Get information on a solar system.
|
List<Integer> |
getUniverseTypes(String datasource,
String ifNoneMatch,
Integer page)
Get types Get a list of type ids --- This route expires daily at 11:05
|
TypeResponse |
getUniverseTypesTypeId(Integer typeId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language)
Get type information Get information on a type --- This route expires
daily at 11:05
|
UniverseIdsResponse |
postUniverseIds(List<String> names,
String acceptLanguage,
String datasource,
String language)
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)
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 acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)ApiException - if fails to make API callpublic UniverseAsteroidBeltsResponse getUniverseAsteroidBeltsAsteroidBeltId(Integer asteroidBeltId, String datasource, String ifNoneMatch) throws ApiException
asteroidBeltId - asteroid_belt_id integer (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<BloodlinesResponse> getUniverseBloodlines(String acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)ApiException - if fails to make API callpublic List<Integer> getUniverseCategories(String datasource, String ifNoneMatch) throws ApiException
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 CategoryResponse getUniverseCategoriesCategoryId(Integer categoryId, String acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
categoryId - An Eve item category ID (required)acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)ApiException - if fails to make API callpublic List<Integer> getUniverseConstellations(String datasource, String ifNoneMatch) throws ApiException
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 ConstellationResponse getUniverseConstellationsConstellationId(Integer constellationId, String acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
constellationId - constellation_id integer (required)acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)ApiException - if fails to make API callpublic List<FactionsResponse> getUniverseFactions(String acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)ApiException - if fails to make API callpublic List<Integer> getUniverseGraphics(String datasource, String ifNoneMatch) throws ApiException
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 GraphicResponse getUniverseGraphicsGraphicId(Integer graphicId, String datasource, String ifNoneMatch) throws ApiException
graphicId - graphic_id integer (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<Integer> getUniverseGroups(String datasource, String ifNoneMatch, Integer page) throws ApiException
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)ApiException - if fails to make API callpublic GroupResponse getUniverseGroupsGroupId(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
groupId - An Eve item group ID (required)acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)ApiException - if fails to make API callpublic MoonResponse getUniverseMoonsMoonId(Integer moonId, String datasource, String ifNoneMatch) throws ApiException
moonId - moon_id integer (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 PlanetResponse getUniversePlanetsPlanetId(Integer planetId, String datasource, String ifNoneMatch) throws ApiException
planetId - planet_id integer (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<RacesResponse> getUniverseRaces(String acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)ApiException - if fails to make API callpublic List<Integer> getUniverseRegions(String datasource, String ifNoneMatch) throws ApiException
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 RegionResponse getUniverseRegionsRegionId(Integer regionId, String acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
regionId - region_id integer (required)acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)ApiException - if fails to make API callpublic StargateResponse getUniverseStargatesStargateId(Integer stargateId, String datasource, String ifNoneMatch) throws ApiException
stargateId - stargate_id integer (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 StarResponse getUniverseStarsStarId(Integer starId, String datasource, String ifNoneMatch) throws ApiException
starId - star_id integer (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 StationResponse getUniverseStationsStationId(Integer stationId, String datasource, String ifNoneMatch) throws ApiException
stationId - station_id integer (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<Long> getUniverseStructures(String datasource, String ifNoneMatch) throws ApiException
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 StructureResponse getUniverseStructuresStructureId(Long structureId, String datasource, String ifNoneMatch, String token) throws ApiException
structureId - An Eve structure 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<SystemJumpsResponse> getUniverseSystemJumps(String datasource, String ifNoneMatch) throws ApiException
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<SystemKillsResponse> getUniverseSystemKills(String datasource, String ifNoneMatch) throws ApiException
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<Integer> getUniverseSystems(String datasource, String ifNoneMatch) throws ApiException
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 SystemResponse getUniverseSystemsSystemId(Integer systemId, String acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
systemId - system_id integer (required)acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)ApiException - if fails to make API callpublic List<Integer> getUniverseTypes(String datasource, String ifNoneMatch, Integer page) throws ApiException
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)ApiException - if fails to make API callpublic TypeResponse getUniverseTypesTypeId(Integer typeId, String acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
typeId - An Eve item type ID (required)acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)ApiException - if fails to make API callpublic UniverseIdsResponse postUniverseIds(List<String> names, String acceptLanguage, String datasource, String language) throws ApiException
names - The names to resolve (required)acceptLanguage - Language to use in the response (optional, default to en-us)datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)ApiException - if fails to make API callpublic List<UniverseNamesResponse> postUniverseNames(List<Integer> ids, String datasource) throws ApiException
ids - The ids to resolve (required)datasource - The server name you would like data from (optional, default to
tranquility)ApiException - if fails to make API callCopyright © 2018. All Rights Reserved.