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,
String ifNoneMatch,
Boolean includeCompleted,
String token)
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<CharacterMiningResponse> |
getCharactersCharacterIdMining(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Character mining ledger Paginated record of all mining done by a
character for the past 30 days --- This route is cached for up to 600
seconds SSO Scope: esi-industry.read_character_mining.v1
|
List<CorporationMiningExtractionsResponse> |
getCorporationCorporationIdMiningExtractions(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Moon extraction timers Extraction timers for all moon chunks being
extracted by refineries belonging to a corporation. --- This route is
cached for up to 1800 seconds --- Requires one of the following EVE
corporation role(s): Station_Manager SSO Scope:
esi-industry.read_corporation_mining.v1
|
List<CorporationMiningObserversResponse> |
getCorporationCorporationIdMiningObservers(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Corporation mining observers Paginated list of all entities capable of
observing and recording mining for a corporation --- This route is cached
for up to 3600 seconds --- Requires one of the following EVE corporation
role(s): Accountant SSO Scope: esi-industry.read_corporation_mining.v1
|
List<CorporationMiningObserverResponse> |
getCorporationCorporationIdMiningObserversObserverId(Integer corporationId,
Long observerId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Observed corporation mining Paginated record of all mining seen by an
observer --- This route is cached for up to 3600 seconds --- Requires one
of the following EVE corporation role(s): Accountant SSO Scope:
esi-industry.read_corporation_mining.v1
|
List<CorporationIndustryJobsResponse> |
getCorporationsCorporationIdIndustryJobs(Integer corporationId,
String datasource,
String ifNoneMatch,
Boolean includeCompleted,
Integer page,
String token)
List corporation industry jobs List industry jobs run by a corporation
--- This route is cached for up to 300 seconds --- Requires one of the
following EVE corporation role(s): Factory_Manager SSO Scope:
esi-industry.read_corporation_jobs.v1
|
List<IndustryFacilitiesResponse> |
getIndustryFacilities(String datasource,
String ifNoneMatch)
List industry facilities Return a list of industry facilities --- This
route is cached for up to 3600 seconds
|
List<IndustrySystemsResponse> |
getIndustrySystems(String datasource,
String ifNoneMatch)
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, String ifNoneMatch, Boolean includeCompleted, String token) throws ApiException
characterId - An EVE character 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)includeCompleted - Whether to retrieve completed character industry jobs. Only
includes jobs from the past 90 days (optional)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CharacterMiningResponse> getCharactersCharacterIdMining(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
characterId - An EVE character 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)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CorporationMiningExtractionsResponse> getCorporationCorporationIdMiningExtractions(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
corporationId - An EVE corporation 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)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CorporationMiningObserversResponse> getCorporationCorporationIdMiningObservers(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
corporationId - An EVE corporation 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)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CorporationMiningObserverResponse> getCorporationCorporationIdMiningObserversObserverId(Integer corporationId, Long observerId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
corporationId - An EVE corporation ID (required)observerId - A mining observer 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)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CorporationIndustryJobsResponse> getCorporationsCorporationIdIndustryJobs(Integer corporationId, String datasource, String ifNoneMatch, Boolean includeCompleted, Integer page, String token) throws ApiException
corporationId - An EVE corporation 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)includeCompleted - Whether to retrieve completed corporation industry jobs. Only
includes jobs from the past 90 days (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)ApiException - if fails to make API callpublic List<IndustryFacilitiesResponse> getIndustryFacilities(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<IndustrySystemsResponse> getIndustrySystems(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 callCopyright © 2018. All Rights Reserved.