public class IndustryApi extends Object
| Constructor and Description |
|---|
IndustryApi() |
IndustryApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<CharacterIndustryJobsResponse> |
getCharactersCharacterIdIndustryJobs(Integer characterId,
String datasource,
Boolean includeCompleted,
String token,
String userAgent,
String xUserAgent)
List character industry jobs List industry jobs placed by a character ---
This route is cached for up to 300 seconds SSO Scope:
esi-industry.read_character_jobs.v1
|
List<CorporationIndustryJobsResponse> |
getCorporationsCorporationIdIndustryJobs(Integer corporationId,
String datasource,
Boolean includeCompleted,
Integer page,
String token,
String userAgent,
String xUserAgent)
List corporation industry jobs List industry jobs run by a corporation
--- This route is cached for up to 300 seconds SSO Scope:
esi-industry.read_corporation_jobs.v1
|
List<IndustryFacilitiesResponse> |
getIndustryFacilities(String datasource,
String userAgent,
String xUserAgent)
List industry facilities Return a list of industry facilities --- This
route is cached for up to 3600 seconds
|
List<IndustrySystemsResponse> |
getIndustrySystems(String datasource,
String userAgent,
String xUserAgent)
List solar system cost indices Return cost indices for solar systems ---
This route is cached for up to 3600 seconds
|
void |
setApiClient(ApiClient apiClient) |
public IndustryApi()
public IndustryApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<CharacterIndustryJobsResponse> getCharactersCharacterIdIndustryJobs(Integer characterId, String datasource, Boolean includeCompleted, 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)includeCompleted - Whether retrieve completed character industry jobs as well
(optional)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<CorporationIndustryJobsResponse> getCorporationsCorporationIdIndustryJobs(Integer corporationId, String datasource, Boolean includeCompleted, 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)includeCompleted - Whether retrieve completed industry jobs as well (optional,
default to false)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<IndustryFacilitiesResponse> getIndustryFacilities(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<IndustrySystemsResponse> getIndustrySystems(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 callCopyright © 2017. All Rights Reserved.