public class MarketApi extends Object
| Constructor and Description |
|---|
MarketApi() |
MarketApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<CharacterOrdersResponse> |
getCharactersCharacterIdOrders(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
List orders from a character List market orders placed by a character ---
This route is cached for up to 3600 seconds SSO Scope:
esi-markets.read_character_orders.v1
|
List<CorporationOrdersResponse> |
getCorporationsCorporationIdOrders(Integer corporationId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
List orders from a corporation List market orders placed on behalf of a
corporation --- This route is cached for up to 3600 seconds SSO Scope:
esi-markets.read_corporation_orders.v1
|
List<Integer> |
getMarketsGroups(String datasource,
String userAgent,
String xUserAgent)
Get item groups Get a list of item groups --- This route expires daily at
11:05
|
MarketGroupResponse |
getMarketsGroupsMarketGroupId(Integer marketGroupId,
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
|
List<MarketPricesResponse> |
getMarketsPrices(String datasource,
String userAgent,
String xUserAgent)
List market prices Return a list of prices --- This route is cached for
up to 3600 seconds
|
List<MarketHistoryResponse> |
getMarketsRegionIdHistory(Integer regionId,
Integer typeId,
String datasource,
String userAgent,
String xUserAgent)
List historical market statistics in a region Return a list of historical
market statistics for the specified type in a region --- This route is
cached for up to 3600 seconds
|
List<MarketOrdersResponse> |
getMarketsRegionIdOrders(String orderType,
Integer regionId,
String datasource,
Integer page,
Integer typeId,
String userAgent,
String xUserAgent)
List orders in a region Return a list of orders in a region --- This
route is cached for up to 300 seconds
|
List<Integer> |
getMarketsRegionIdTypes(Integer regionId,
String datasource,
Integer page,
String userAgent,
String xUserAgent)
List type IDs relevant to a market Return a list of type IDs that have
active orders in the region, for efficient market indexing. --- This
route is cached for up to 600 seconds
|
List<MarketStructuresResponse> |
getMarketsStructuresStructureId(Long structureId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
List orders in a structure Return all orders in a structure --- This
route is cached for up to 300 seconds SSO Scope:
esi-markets.structure_markets.v1
|
void |
setApiClient(ApiClient apiClient) |
public MarketApi()
public MarketApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<CharacterOrdersResponse> getCharactersCharacterIdOrders(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 List<CorporationOrdersResponse> getCorporationsCorporationIdOrders(Integer corporationId, String datasource, Integer page, 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)page - Which page of results to return (optional, default to 1)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<Integer> getMarketsGroups(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 MarketGroupResponse getMarketsGroupsMarketGroupId(Integer marketGroupId, String datasource, String language, String userAgent, String xUserAgent) throws ApiException
marketGroupId - 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 List<MarketPricesResponse> getMarketsPrices(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<MarketHistoryResponse> getMarketsRegionIdHistory(Integer regionId, Integer typeId, String datasource, String userAgent, String xUserAgent) throws ApiException
regionId - Return statistics in this region (required)typeId - Return statistics for this type (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<MarketOrdersResponse> getMarketsRegionIdOrders(String orderType, Integer regionId, String datasource, Integer page, Integer typeId, String userAgent, String xUserAgent) throws ApiException
orderType - Filter buy/sell orders, return all orders by default. If you
query without type_id, we always return both buy and sell
orders. (required)regionId - Return orders in this region (required)datasource - The server name you would like data from (optional, default to
tranquility)page - Which page of results to return (optional, default to 1)typeId - Return orders only for this type (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<Integer> getMarketsRegionIdTypes(Integer regionId, String datasource, Integer page, String userAgent, String xUserAgent) throws ApiException
regionId - Return statistics in this region (required)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 List<MarketStructuresResponse> getMarketsStructuresStructureId(Long structureId, String datasource, Integer page, String token, String userAgent, String xUserAgent) throws ApiException
structureId - Return orders in this structure (required)datasource - The server name you would like data from (optional, default to
tranquility)page - Which page of results to return (optional, default to 1)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 callCopyright © 2017. All Rights Reserved.