Class IndustryApi


  • public class IndustryApi
    extends Object
    • Constructor Detail

      • IndustryApi

        public IndustryApi()
      • IndustryApi

        public IndustryApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • getCharactersCharacterIdIndustryJobsCall

        public okhttp3.Call getCharactersCharacterIdIndustryJobsCall​(Integer characterId,
                                                                     String datasource,
                                                                     String ifNoneMatch,
                                                                     Boolean includeCompleted,
                                                                     String token,
                                                                     ApiCallback _callback)
                                                              throws ApiException
        Build call for getCharactersCharacterIdIndustryJobs
        Parameters:
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCharactersCharacterIdIndustryJobs

        public List<CharacterIndustryJobsResponse> getCharactersCharacterIdIndustryJobs​(Integer characterId,
                                                                                        String datasource,
                                                                                        String ifNoneMatch,
                                                                                        Boolean includeCompleted,
                                                                                        String token)
                                                                                 throws ApiException
        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
        Parameters:
        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)
        Returns:
        List<CharacterIndustryJobsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCharactersCharacterIdIndustryJobsWithHttpInfo

        public ApiResponse<List<CharacterIndustryJobsResponse>> getCharactersCharacterIdIndustryJobsWithHttpInfo​(Integer characterId,
                                                                                                                 String datasource,
                                                                                                                 String ifNoneMatch,
                                                                                                                 Boolean includeCompleted,
                                                                                                                 String token)
                                                                                                          throws ApiException
        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
        Parameters:
        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)
        Returns:
        ApiResponse<List<CharacterIndustryJobsResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCharactersCharacterIdIndustryJobsAsync

        public okhttp3.Call getCharactersCharacterIdIndustryJobsAsync​(Integer characterId,
                                                                      String datasource,
                                                                      String ifNoneMatch,
                                                                      Boolean includeCompleted,
                                                                      String token,
                                                                      ApiCallback<List<CharacterIndustryJobsResponse>> _callback)
                                                               throws ApiException
        List character industry jobs (asynchronously) List industry jobs placed by a character --- This route is cached for up to 300 seconds SSO Scope: esi-industry.read_character_jobs.v1
        Parameters:
        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)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCharactersCharacterIdMiningCall

        public okhttp3.Call getCharactersCharacterIdMiningCall​(Integer characterId,
                                                               String datasource,
                                                               String ifNoneMatch,
                                                               Integer page,
                                                               String token,
                                                               ApiCallback _callback)
                                                        throws ApiException
        Build call for getCharactersCharacterIdMining
        Parameters:
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCharactersCharacterIdMining

        public List<CharacterMiningResponse> getCharactersCharacterIdMining​(Integer characterId,
                                                                            String datasource,
                                                                            String ifNoneMatch,
                                                                            Integer page,
                                                                            String token)
                                                                     throws ApiException
        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
        Parameters:
        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)
        Returns:
        List<CharacterMiningResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCharactersCharacterIdMiningWithHttpInfo

        public ApiResponse<List<CharacterMiningResponse>> getCharactersCharacterIdMiningWithHttpInfo​(Integer characterId,
                                                                                                     String datasource,
                                                                                                     String ifNoneMatch,
                                                                                                     Integer page,
                                                                                                     String token)
                                                                                              throws ApiException
        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
        Parameters:
        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)
        Returns:
        ApiResponse<List<CharacterMiningResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCharactersCharacterIdMiningAsync

        public okhttp3.Call getCharactersCharacterIdMiningAsync​(Integer characterId,
                                                                String datasource,
                                                                String ifNoneMatch,
                                                                Integer page,
                                                                String token,
                                                                ApiCallback<List<CharacterMiningResponse>> _callback)
                                                         throws ApiException
        Character mining ledger (asynchronously) 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
        Parameters:
        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)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationCorporationIdMiningExtractionsCall

        public okhttp3.Call getCorporationCorporationIdMiningExtractionsCall​(Integer corporationId,
                                                                             String datasource,
                                                                             String ifNoneMatch,
                                                                             Integer page,
                                                                             String token,
                                                                             ApiCallback _callback)
                                                                      throws ApiException
        Build call for getCorporationCorporationIdMiningExtractions
        Parameters:
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationCorporationIdMiningExtractions

        public List<CorporationMiningExtractionsResponse> getCorporationCorporationIdMiningExtractions​(Integer corporationId,
                                                                                                       String datasource,
                                                                                                       String ifNoneMatch,
                                                                                                       Integer page,
                                                                                                       String token)
                                                                                                throws ApiException
        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
        Parameters:
        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)
        Returns:
        List<CorporationMiningExtractionsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationCorporationIdMiningExtractionsWithHttpInfo

        public ApiResponse<List<CorporationMiningExtractionsResponse>> getCorporationCorporationIdMiningExtractionsWithHttpInfo​(Integer corporationId,
                                                                                                                                String datasource,
                                                                                                                                String ifNoneMatch,
                                                                                                                                Integer page,
                                                                                                                                String token)
                                                                                                                         throws ApiException
        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
        Parameters:
        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)
        Returns:
        ApiResponse<List<CorporationMiningExtractionsResponse>> ;
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationCorporationIdMiningExtractionsAsync

        public okhttp3.Call getCorporationCorporationIdMiningExtractionsAsync​(Integer corporationId,
                                                                              String datasource,
                                                                              String ifNoneMatch,
                                                                              Integer page,
                                                                              String token,
                                                                              ApiCallback<List<CorporationMiningExtractionsResponse>> _callback)
                                                                       throws ApiException
        Moon extraction timers (asynchronously) 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
        Parameters:
        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)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationCorporationIdMiningObserversCall

        public okhttp3.Call getCorporationCorporationIdMiningObserversCall​(Integer corporationId,
                                                                           String datasource,
                                                                           String ifNoneMatch,
                                                                           Integer page,
                                                                           String token,
                                                                           ApiCallback _callback)
                                                                    throws ApiException
        Build call for getCorporationCorporationIdMiningObservers
        Parameters:
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationCorporationIdMiningObservers

        public List<CorporationMiningObserversResponse> getCorporationCorporationIdMiningObservers​(Integer corporationId,
                                                                                                   String datasource,
                                                                                                   String ifNoneMatch,
                                                                                                   Integer page,
                                                                                                   String token)
                                                                                            throws ApiException
        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
        Parameters:
        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)
        Returns:
        List<CorporationMiningObserversResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationCorporationIdMiningObserversWithHttpInfo

        public ApiResponse<List<CorporationMiningObserversResponse>> getCorporationCorporationIdMiningObserversWithHttpInfo​(Integer corporationId,
                                                                                                                            String datasource,
                                                                                                                            String ifNoneMatch,
                                                                                                                            Integer page,
                                                                                                                            String token)
                                                                                                                     throws ApiException
        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
        Parameters:
        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)
        Returns:
        ApiResponse<List<CorporationMiningObserversResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationCorporationIdMiningObserversAsync

        public okhttp3.Call getCorporationCorporationIdMiningObserversAsync​(Integer corporationId,
                                                                            String datasource,
                                                                            String ifNoneMatch,
                                                                            Integer page,
                                                                            String token,
                                                                            ApiCallback<List<CorporationMiningObserversResponse>> _callback)
                                                                     throws ApiException
        Corporation mining observers (asynchronously) 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
        Parameters:
        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)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationCorporationIdMiningObserversObserverIdCall

        public okhttp3.Call getCorporationCorporationIdMiningObserversObserverIdCall​(Integer corporationId,
                                                                                     Long observerId,
                                                                                     String datasource,
                                                                                     String ifNoneMatch,
                                                                                     Integer page,
                                                                                     String token,
                                                                                     ApiCallback _callback)
                                                                              throws ApiException
        Build call for getCorporationCorporationIdMiningObserversObserverId
        Parameters:
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationCorporationIdMiningObserversObserverId

        public List<CorporationMiningObserverResponse> getCorporationCorporationIdMiningObserversObserverId​(Integer corporationId,
                                                                                                            Long observerId,
                                                                                                            String datasource,
                                                                                                            String ifNoneMatch,
                                                                                                            Integer page,
                                                                                                            String token)
                                                                                                     throws ApiException
        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
        Parameters:
        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)
        Returns:
        List<CorporationMiningObserverResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationCorporationIdMiningObserversObserverIdWithHttpInfo

        public ApiResponse<List<CorporationMiningObserverResponse>> getCorporationCorporationIdMiningObserversObserverIdWithHttpInfo​(Integer corporationId,
                                                                                                                                     Long observerId,
                                                                                                                                     String datasource,
                                                                                                                                     String ifNoneMatch,
                                                                                                                                     Integer page,
                                                                                                                                     String token)
                                                                                                                              throws ApiException
        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
        Parameters:
        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)
        Returns:
        ApiResponse<List<CorporationMiningObserverResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationCorporationIdMiningObserversObserverIdAsync

        public okhttp3.Call getCorporationCorporationIdMiningObserversObserverIdAsync​(Integer corporationId,
                                                                                      Long observerId,
                                                                                      String datasource,
                                                                                      String ifNoneMatch,
                                                                                      Integer page,
                                                                                      String token,
                                                                                      ApiCallback<List<CorporationMiningObserverResponse>> _callback)
                                                                               throws ApiException
        Observed corporation mining (asynchronously) 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
        Parameters:
        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)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdIndustryJobsCall

        public okhttp3.Call getCorporationsCorporationIdIndustryJobsCall​(Integer corporationId,
                                                                         String datasource,
                                                                         String ifNoneMatch,
                                                                         Boolean includeCompleted,
                                                                         Integer page,
                                                                         String token,
                                                                         ApiCallback _callback)
                                                                  throws ApiException
        Build call for getCorporationsCorporationIdIndustryJobs
        Parameters:
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdIndustryJobs

        public List<CorporationIndustryJobsResponse> getCorporationsCorporationIdIndustryJobs​(Integer corporationId,
                                                                                              String datasource,
                                                                                              String ifNoneMatch,
                                                                                              Boolean includeCompleted,
                                                                                              Integer page,
                                                                                              String token)
                                                                                       throws ApiException
        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
        Parameters:
        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)
        Returns:
        List<CorporationIndustryJobsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdIndustryJobsWithHttpInfo

        public ApiResponse<List<CorporationIndustryJobsResponse>> getCorporationsCorporationIdIndustryJobsWithHttpInfo​(Integer corporationId,
                                                                                                                       String datasource,
                                                                                                                       String ifNoneMatch,
                                                                                                                       Boolean includeCompleted,
                                                                                                                       Integer page,
                                                                                                                       String token)
                                                                                                                throws ApiException
        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
        Parameters:
        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)
        Returns:
        ApiResponse<List<CorporationIndustryJobsResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdIndustryJobsAsync

        public okhttp3.Call getCorporationsCorporationIdIndustryJobsAsync​(Integer corporationId,
                                                                          String datasource,
                                                                          String ifNoneMatch,
                                                                          Boolean includeCompleted,
                                                                          Integer page,
                                                                          String token,
                                                                          ApiCallback<List<CorporationIndustryJobsResponse>> _callback)
                                                                   throws ApiException
        List corporation industry jobs (asynchronously) 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
        Parameters:
        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)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getIndustryFacilitiesCall

        public okhttp3.Call getIndustryFacilitiesCall​(String datasource,
                                                      String ifNoneMatch,
                                                      ApiCallback _callback)
                                               throws ApiException
        Build call for getIndustryFacilities
        Parameters:
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getIndustryFacilities

        public List<IndustryFacilitiesResponse> getIndustryFacilities​(String datasource,
                                                                      String ifNoneMatch)
                                                               throws ApiException
        List industry facilities Return a list of industry facilities --- This route is cached for up to 3600 seconds
        Parameters:
        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)
        Returns:
        List<IndustryFacilitiesResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getIndustryFacilitiesWithHttpInfo

        public ApiResponse<List<IndustryFacilitiesResponse>> getIndustryFacilitiesWithHttpInfo​(String datasource,
                                                                                               String ifNoneMatch)
                                                                                        throws ApiException
        List industry facilities Return a list of industry facilities --- This route is cached for up to 3600 seconds
        Parameters:
        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)
        Returns:
        ApiResponse<List<IndustryFacilitiesResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getIndustryFacilitiesAsync

        public okhttp3.Call getIndustryFacilitiesAsync​(String datasource,
                                                       String ifNoneMatch,
                                                       ApiCallback<List<IndustryFacilitiesResponse>> _callback)
                                                throws ApiException
        List industry facilities (asynchronously) Return a list of industry facilities --- This route is cached for up to 3600 seconds
        Parameters:
        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)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getIndustrySystemsCall

        public okhttp3.Call getIndustrySystemsCall​(String datasource,
                                                   String ifNoneMatch,
                                                   ApiCallback _callback)
                                            throws ApiException
        Build call for getIndustrySystems
        Parameters:
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getIndustrySystems

        public List<IndustrySystemsResponse> getIndustrySystems​(String datasource,
                                                                String ifNoneMatch)
                                                         throws ApiException
        List solar system cost indices Return cost indices for solar systems --- This route is cached for up to 3600 seconds
        Parameters:
        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)
        Returns:
        List<IndustrySystemsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getIndustrySystemsWithHttpInfo

        public ApiResponse<List<IndustrySystemsResponse>> getIndustrySystemsWithHttpInfo​(String datasource,
                                                                                         String ifNoneMatch)
                                                                                  throws ApiException
        List solar system cost indices Return cost indices for solar systems --- This route is cached for up to 3600 seconds
        Parameters:
        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)
        Returns:
        ApiResponse<List<IndustrySystemsResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getIndustrySystemsAsync

        public okhttp3.Call getIndustrySystemsAsync​(String datasource,
                                                    String ifNoneMatch,
                                                    ApiCallback<List<IndustrySystemsResponse>> _callback)
                                             throws ApiException
        List solar system cost indices (asynchronously) Return cost indices for solar systems --- This route is cached for up to 3600 seconds
        Parameters:
        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)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object