Class UniverseApi


  • public class UniverseApi
    extends Object
    • Constructor Detail

      • UniverseApi

        public UniverseApi()
      • UniverseApi

        public UniverseApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • getUniverseAncestriesCall

        public okhttp3.Call getUniverseAncestriesCall​(String acceptLanguage,
                                                      String datasource,
                                                      String ifNoneMatch,
                                                      String language,
                                                      ApiCallback _callback)
                                               throws ApiException
        Build call for getUniverseAncestries
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getUniverseAncestries

        public List<UniverseAncestriesResponse> getUniverseAncestries​(String acceptLanguage,
                                                                      String datasource,
                                                                      String ifNoneMatch,
                                                                      String language)
                                                               throws ApiException
        Get ancestries Get all character ancestries --- This route expires daily at 11:05
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        List<UniverseAncestriesResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseAncestriesWithHttpInfo

        public ApiResponse<List<UniverseAncestriesResponse>> getUniverseAncestriesWithHttpInfo​(String acceptLanguage,
                                                                                               String datasource,
                                                                                               String ifNoneMatch,
                                                                                               String language)
                                                                                        throws ApiException
        Get ancestries Get all character ancestries --- This route expires daily at 11:05
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        ApiResponse<List<UniverseAncestriesResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseAncestriesAsync

        public okhttp3.Call getUniverseAncestriesAsync​(String acceptLanguage,
                                                       String datasource,
                                                       String ifNoneMatch,
                                                       String language,
                                                       ApiCallback<List<UniverseAncestriesResponse>> _callback)
                                                throws ApiException
        Get ancestries (asynchronously) Get all character ancestries --- This route expires daily at 11:05
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _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
      • getUniverseAsteroidBeltsAsteroidBeltIdCall

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

        public UniverseAsteroidBeltsResponse getUniverseAsteroidBeltsAsteroidBeltId​(Integer asteroidBeltId,
                                                                                    String datasource,
                                                                                    String ifNoneMatch)
                                                                             throws ApiException
        Get asteroid belt information Get information on an asteroid belt --- This route expires daily at 11:05
        Parameters:
        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)
        Returns:
        UniverseAsteroidBeltsResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseAsteroidBeltsAsteroidBeltIdWithHttpInfo

        public ApiResponse<UniverseAsteroidBeltsResponse> getUniverseAsteroidBeltsAsteroidBeltIdWithHttpInfo​(Integer asteroidBeltId,
                                                                                                             String datasource,
                                                                                                             String ifNoneMatch)
                                                                                                      throws ApiException
        Get asteroid belt information Get information on an asteroid belt --- This route expires daily at 11:05
        Parameters:
        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)
        Returns:
        ApiResponse<UniverseAsteroidBeltsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseAsteroidBeltsAsteroidBeltIdAsync

        public okhttp3.Call getUniverseAsteroidBeltsAsteroidBeltIdAsync​(Integer asteroidBeltId,
                                                                        String datasource,
                                                                        String ifNoneMatch,
                                                                        ApiCallback<UniverseAsteroidBeltsResponse> _callback)
                                                                 throws ApiException
        Get asteroid belt information (asynchronously) Get information on an asteroid belt --- This route expires daily at 11:05
        Parameters:
        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)
        _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
      • getUniverseBloodlinesCall

        public okhttp3.Call getUniverseBloodlinesCall​(String acceptLanguage,
                                                      String datasource,
                                                      String ifNoneMatch,
                                                      String language,
                                                      ApiCallback _callback)
                                               throws ApiException
        Build call for getUniverseBloodlines
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getUniverseBloodlines

        public List<BloodlinesResponse> getUniverseBloodlines​(String acceptLanguage,
                                                              String datasource,
                                                              String ifNoneMatch,
                                                              String language)
                                                       throws ApiException
        Get bloodlines Get a list of bloodlines --- This route expires daily at 11:05
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        List<BloodlinesResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseBloodlinesWithHttpInfo

        public ApiResponse<List<BloodlinesResponse>> getUniverseBloodlinesWithHttpInfo​(String acceptLanguage,
                                                                                       String datasource,
                                                                                       String ifNoneMatch,
                                                                                       String language)
                                                                                throws ApiException
        Get bloodlines Get a list of bloodlines --- This route expires daily at 11:05
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        ApiResponse<List<BloodlinesResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseBloodlinesAsync

        public okhttp3.Call getUniverseBloodlinesAsync​(String acceptLanguage,
                                                       String datasource,
                                                       String ifNoneMatch,
                                                       String language,
                                                       ApiCallback<List<BloodlinesResponse>> _callback)
                                                throws ApiException
        Get bloodlines (asynchronously) Get a list of bloodlines --- This route expires daily at 11:05
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _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
      • getUniverseCategoriesCall

        public okhttp3.Call getUniverseCategoriesCall​(String datasource,
                                                      String ifNoneMatch,
                                                      ApiCallback _callback)
                                               throws ApiException
        Build call for getUniverseCategories
        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
      • getUniverseCategories

        public List<Integer> getUniverseCategories​(String datasource,
                                                   String ifNoneMatch)
                                            throws ApiException
        Get item categories Get a list of item categories --- This route expires daily at 11:05
        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<Integer>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseCategoriesWithHttpInfo

        public ApiResponse<List<Integer>> getUniverseCategoriesWithHttpInfo​(String datasource,
                                                                            String ifNoneMatch)
                                                                     throws ApiException
        Get item categories Get a list of item categories --- This route expires daily at 11:05
        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<Integer>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseCategoriesAsync

        public okhttp3.Call getUniverseCategoriesAsync​(String datasource,
                                                       String ifNoneMatch,
                                                       ApiCallback<List<Integer>> _callback)
                                                throws ApiException
        Get item categories (asynchronously) Get a list of item categories --- This route expires daily at 11:05
        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
      • getUniverseCategoriesCategoryIdCall

        public okhttp3.Call getUniverseCategoriesCategoryIdCall​(Integer categoryId,
                                                                String acceptLanguage,
                                                                String datasource,
                                                                String ifNoneMatch,
                                                                String language,
                                                                ApiCallback _callback)
                                                         throws ApiException
        Build call for getUniverseCategoriesCategoryId
        Parameters:
        categoryId - An Eve item category ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getUniverseCategoriesCategoryId

        public CategoryResponse getUniverseCategoriesCategoryId​(Integer categoryId,
                                                                String acceptLanguage,
                                                                String datasource,
                                                                String ifNoneMatch,
                                                                String language)
                                                         throws ApiException
        Get item category information Get information of an item category --- This route expires daily at 11:05
        Parameters:
        categoryId - An Eve item category ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        CategoryResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseCategoriesCategoryIdWithHttpInfo

        public ApiResponse<CategoryResponse> getUniverseCategoriesCategoryIdWithHttpInfo​(Integer categoryId,
                                                                                         String acceptLanguage,
                                                                                         String datasource,
                                                                                         String ifNoneMatch,
                                                                                         String language)
                                                                                  throws ApiException
        Get item category information Get information of an item category --- This route expires daily at 11:05
        Parameters:
        categoryId - An Eve item category ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        ApiResponse<CategoryResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseCategoriesCategoryIdAsync

        public okhttp3.Call getUniverseCategoriesCategoryIdAsync​(Integer categoryId,
                                                                 String acceptLanguage,
                                                                 String datasource,
                                                                 String ifNoneMatch,
                                                                 String language,
                                                                 ApiCallback<CategoryResponse> _callback)
                                                          throws ApiException
        Get item category information (asynchronously) Get information of an item category --- This route expires daily at 11:05
        Parameters:
        categoryId - An Eve item category ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _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
      • getUniverseConstellationsCall

        public okhttp3.Call getUniverseConstellationsCall​(String datasource,
                                                          String ifNoneMatch,
                                                          ApiCallback _callback)
                                                   throws ApiException
        Build call for getUniverseConstellations
        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
      • getUniverseConstellations

        public List<Integer> getUniverseConstellations​(String datasource,
                                                       String ifNoneMatch)
                                                throws ApiException
        Get constellations Get a list of constellations --- This route expires daily at 11:05
        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<Integer>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseConstellationsWithHttpInfo

        public ApiResponse<List<Integer>> getUniverseConstellationsWithHttpInfo​(String datasource,
                                                                                String ifNoneMatch)
                                                                         throws ApiException
        Get constellations Get a list of constellations --- This route expires daily at 11:05
        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<Integer>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseConstellationsAsync

        public okhttp3.Call getUniverseConstellationsAsync​(String datasource,
                                                           String ifNoneMatch,
                                                           ApiCallback<List<Integer>> _callback)
                                                    throws ApiException
        Get constellations (asynchronously) Get a list of constellations --- This route expires daily at 11:05
        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
      • getUniverseConstellationsConstellationIdCall

        public okhttp3.Call getUniverseConstellationsConstellationIdCall​(Integer constellationId,
                                                                         String acceptLanguage,
                                                                         String datasource,
                                                                         String ifNoneMatch,
                                                                         String language,
                                                                         ApiCallback _callback)
                                                                  throws ApiException
        Build call for getUniverseConstellationsConstellationId
        Parameters:
        constellationId - constellation_id integer (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getUniverseConstellationsConstellationId

        public ConstellationResponse getUniverseConstellationsConstellationId​(Integer constellationId,
                                                                              String acceptLanguage,
                                                                              String datasource,
                                                                              String ifNoneMatch,
                                                                              String language)
                                                                       throws ApiException
        Get constellation information Get information on a constellation --- This route expires daily at 11:05
        Parameters:
        constellationId - constellation_id integer (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        ConstellationResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseConstellationsConstellationIdWithHttpInfo

        public ApiResponse<ConstellationResponse> getUniverseConstellationsConstellationIdWithHttpInfo​(Integer constellationId,
                                                                                                       String acceptLanguage,
                                                                                                       String datasource,
                                                                                                       String ifNoneMatch,
                                                                                                       String language)
                                                                                                throws ApiException
        Get constellation information Get information on a constellation --- This route expires daily at 11:05
        Parameters:
        constellationId - constellation_id integer (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        ApiResponse<ConstellationResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseConstellationsConstellationIdAsync

        public okhttp3.Call getUniverseConstellationsConstellationIdAsync​(Integer constellationId,
                                                                          String acceptLanguage,
                                                                          String datasource,
                                                                          String ifNoneMatch,
                                                                          String language,
                                                                          ApiCallback<ConstellationResponse> _callback)
                                                                   throws ApiException
        Get constellation information (asynchronously) Get information on a constellation --- This route expires daily at 11:05
        Parameters:
        constellationId - constellation_id integer (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _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
      • getUniverseFactionsCall

        public okhttp3.Call getUniverseFactionsCall​(String acceptLanguage,
                                                    String datasource,
                                                    String ifNoneMatch,
                                                    String language,
                                                    ApiCallback _callback)
                                             throws ApiException
        Build call for getUniverseFactions
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getUniverseFactions

        public List<FactionsResponse> getUniverseFactions​(String acceptLanguage,
                                                          String datasource,
                                                          String ifNoneMatch,
                                                          String language)
                                                   throws ApiException
        Get factions Get a list of factions --- This route expires daily at 11:05
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        List<FactionsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseFactionsWithHttpInfo

        public ApiResponse<List<FactionsResponse>> getUniverseFactionsWithHttpInfo​(String acceptLanguage,
                                                                                   String datasource,
                                                                                   String ifNoneMatch,
                                                                                   String language)
                                                                            throws ApiException
        Get factions Get a list of factions --- This route expires daily at 11:05
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        ApiResponse<List<FactionsResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseFactionsAsync

        public okhttp3.Call getUniverseFactionsAsync​(String acceptLanguage,
                                                     String datasource,
                                                     String ifNoneMatch,
                                                     String language,
                                                     ApiCallback<List<FactionsResponse>> _callback)
                                              throws ApiException
        Get factions (asynchronously) Get a list of factions --- This route expires daily at 11:05
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _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
      • getUniverseGraphicsCall

        public okhttp3.Call getUniverseGraphicsCall​(String datasource,
                                                    String ifNoneMatch,
                                                    ApiCallback _callback)
                                             throws ApiException
        Build call for getUniverseGraphics
        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
      • getUniverseGraphics

        public List<Integer> getUniverseGraphics​(String datasource,
                                                 String ifNoneMatch)
                                          throws ApiException
        Get graphics Get a list of graphics --- This route expires daily at 11:05
        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<Integer>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseGraphicsWithHttpInfo

        public ApiResponse<List<Integer>> getUniverseGraphicsWithHttpInfo​(String datasource,
                                                                          String ifNoneMatch)
                                                                   throws ApiException
        Get graphics Get a list of graphics --- This route expires daily at 11:05
        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<Integer>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseGraphicsAsync

        public okhttp3.Call getUniverseGraphicsAsync​(String datasource,
                                                     String ifNoneMatch,
                                                     ApiCallback<List<Integer>> _callback)
                                              throws ApiException
        Get graphics (asynchronously) Get a list of graphics --- This route expires daily at 11:05
        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
      • getUniverseGraphicsGraphicIdCall

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

        public GraphicResponse getUniverseGraphicsGraphicId​(Integer graphicId,
                                                            String datasource,
                                                            String ifNoneMatch)
                                                     throws ApiException
        Get graphic information Get information on a graphic --- This route expires daily at 11:05
        Parameters:
        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)
        Returns:
        GraphicResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseGraphicsGraphicIdWithHttpInfo

        public ApiResponse<GraphicResponse> getUniverseGraphicsGraphicIdWithHttpInfo​(Integer graphicId,
                                                                                     String datasource,
                                                                                     String ifNoneMatch)
                                                                              throws ApiException
        Get graphic information Get information on a graphic --- This route expires daily at 11:05
        Parameters:
        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)
        Returns:
        ApiResponse<GraphicResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseGraphicsGraphicIdAsync

        public okhttp3.Call getUniverseGraphicsGraphicIdAsync​(Integer graphicId,
                                                              String datasource,
                                                              String ifNoneMatch,
                                                              ApiCallback<GraphicResponse> _callback)
                                                       throws ApiException
        Get graphic information (asynchronously) Get information on a graphic --- This route expires daily at 11:05
        Parameters:
        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)
        _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
      • getUniverseGroupsCall

        public okhttp3.Call getUniverseGroupsCall​(String datasource,
                                                  String ifNoneMatch,
                                                  Integer page,
                                                  ApiCallback _callback)
                                           throws ApiException
        Build call for getUniverseGroups
        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)
        page - Which page of results to return (optional, default to 1)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getUniverseGroups

        public List<Integer> getUniverseGroups​(String datasource,
                                               String ifNoneMatch,
                                               Integer page)
                                        throws ApiException
        Get item groups Get a list of item groups --- This route expires daily at 11:05
        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)
        page - Which page of results to return (optional, default to 1)
        Returns:
        List<Integer>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseGroupsWithHttpInfo

        public ApiResponse<List<Integer>> getUniverseGroupsWithHttpInfo​(String datasource,
                                                                        String ifNoneMatch,
                                                                        Integer page)
                                                                 throws ApiException
        Get item groups Get a list of item groups --- This route expires daily at 11:05
        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)
        page - Which page of results to return (optional, default to 1)
        Returns:
        ApiResponse<List<Integer>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseGroupsAsync

        public okhttp3.Call getUniverseGroupsAsync​(String datasource,
                                                   String ifNoneMatch,
                                                   Integer page,
                                                   ApiCallback<List<Integer>> _callback)
                                            throws ApiException
        Get item groups (asynchronously) Get a list of item groups --- This route expires daily at 11:05
        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)
        page - Which page of results to return (optional, default to 1)
        _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
      • getUniverseGroupsGroupIdCall

        public okhttp3.Call getUniverseGroupsGroupIdCall​(Integer groupId,
                                                         String acceptLanguage,
                                                         String datasource,
                                                         String ifNoneMatch,
                                                         String language,
                                                         ApiCallback _callback)
                                                  throws ApiException
        Build call for getUniverseGroupsGroupId
        Parameters:
        groupId - An Eve item group ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getUniverseGroupsGroupId

        public GroupResponse getUniverseGroupsGroupId​(Integer groupId,
                                                      String acceptLanguage,
                                                      String datasource,
                                                      String ifNoneMatch,
                                                      String language)
                                               throws ApiException
        Get item group information Get information on an item group --- This route expires daily at 11:05
        Parameters:
        groupId - An Eve item group ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        GroupResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseGroupsGroupIdWithHttpInfo

        public ApiResponse<GroupResponse> getUniverseGroupsGroupIdWithHttpInfo​(Integer groupId,
                                                                               String acceptLanguage,
                                                                               String datasource,
                                                                               String ifNoneMatch,
                                                                               String language)
                                                                        throws ApiException
        Get item group information Get information on an item group --- This route expires daily at 11:05
        Parameters:
        groupId - An Eve item group ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        ApiResponse<GroupResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseGroupsGroupIdAsync

        public okhttp3.Call getUniverseGroupsGroupIdAsync​(Integer groupId,
                                                          String acceptLanguage,
                                                          String datasource,
                                                          String ifNoneMatch,
                                                          String language,
                                                          ApiCallback<GroupResponse> _callback)
                                                   throws ApiException
        Get item group information (asynchronously) Get information on an item group --- This route expires daily at 11:05
        Parameters:
        groupId - An Eve item group ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _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
      • getUniverseMoonsMoonIdCall

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

        public MoonResponse getUniverseMoonsMoonId​(Integer moonId,
                                                   String datasource,
                                                   String ifNoneMatch)
                                            throws ApiException
        Get moon information Get information on a moon --- This route expires daily at 11:05
        Parameters:
        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)
        Returns:
        MoonResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseMoonsMoonIdWithHttpInfo

        public ApiResponse<MoonResponse> getUniverseMoonsMoonIdWithHttpInfo​(Integer moonId,
                                                                            String datasource,
                                                                            String ifNoneMatch)
                                                                     throws ApiException
        Get moon information Get information on a moon --- This route expires daily at 11:05
        Parameters:
        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)
        Returns:
        ApiResponse<MoonResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseMoonsMoonIdAsync

        public okhttp3.Call getUniverseMoonsMoonIdAsync​(Integer moonId,
                                                        String datasource,
                                                        String ifNoneMatch,
                                                        ApiCallback<MoonResponse> _callback)
                                                 throws ApiException
        Get moon information (asynchronously) Get information on a moon --- This route expires daily at 11:05
        Parameters:
        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)
        _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
      • getUniversePlanetsPlanetIdCall

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

        public PlanetResponse getUniversePlanetsPlanetId​(Integer planetId,
                                                         String datasource,
                                                         String ifNoneMatch)
                                                  throws ApiException
        Get planet information Get information on a planet --- This route expires daily at 11:05
        Parameters:
        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)
        Returns:
        PlanetResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniversePlanetsPlanetIdWithHttpInfo

        public ApiResponse<PlanetResponse> getUniversePlanetsPlanetIdWithHttpInfo​(Integer planetId,
                                                                                  String datasource,
                                                                                  String ifNoneMatch)
                                                                           throws ApiException
        Get planet information Get information on a planet --- This route expires daily at 11:05
        Parameters:
        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)
        Returns:
        ApiResponse<PlanetResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniversePlanetsPlanetIdAsync

        public okhttp3.Call getUniversePlanetsPlanetIdAsync​(Integer planetId,
                                                            String datasource,
                                                            String ifNoneMatch,
                                                            ApiCallback<PlanetResponse> _callback)
                                                     throws ApiException
        Get planet information (asynchronously) Get information on a planet --- This route expires daily at 11:05
        Parameters:
        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)
        _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
      • getUniverseRacesCall

        public okhttp3.Call getUniverseRacesCall​(String acceptLanguage,
                                                 String datasource,
                                                 String ifNoneMatch,
                                                 String language,
                                                 ApiCallback _callback)
                                          throws ApiException
        Build call for getUniverseRaces
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getUniverseRaces

        public List<RacesResponse> getUniverseRaces​(String acceptLanguage,
                                                    String datasource,
                                                    String ifNoneMatch,
                                                    String language)
                                             throws ApiException
        Get character races Get a list of character races --- This route expires daily at 11:05
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        List<RacesResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseRacesWithHttpInfo

        public ApiResponse<List<RacesResponse>> getUniverseRacesWithHttpInfo​(String acceptLanguage,
                                                                             String datasource,
                                                                             String ifNoneMatch,
                                                                             String language)
                                                                      throws ApiException
        Get character races Get a list of character races --- This route expires daily at 11:05
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        ApiResponse<List<RacesResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseRacesAsync

        public okhttp3.Call getUniverseRacesAsync​(String acceptLanguage,
                                                  String datasource,
                                                  String ifNoneMatch,
                                                  String language,
                                                  ApiCallback<List<RacesResponse>> _callback)
                                           throws ApiException
        Get character races (asynchronously) Get a list of character races --- This route expires daily at 11:05
        Parameters:
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _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
      • getUniverseRegionsCall

        public okhttp3.Call getUniverseRegionsCall​(String datasource,
                                                   String ifNoneMatch,
                                                   ApiCallback _callback)
                                            throws ApiException
        Build call for getUniverseRegions
        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
      • getUniverseRegions

        public List<Integer> getUniverseRegions​(String datasource,
                                                String ifNoneMatch)
                                         throws ApiException
        Get regions Get a list of regions --- This route expires daily at 11:05
        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<Integer>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseRegionsWithHttpInfo

        public ApiResponse<List<Integer>> getUniverseRegionsWithHttpInfo​(String datasource,
                                                                         String ifNoneMatch)
                                                                  throws ApiException
        Get regions Get a list of regions --- This route expires daily at 11:05
        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<Integer>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseRegionsAsync

        public okhttp3.Call getUniverseRegionsAsync​(String datasource,
                                                    String ifNoneMatch,
                                                    ApiCallback<List<Integer>> _callback)
                                             throws ApiException
        Get regions (asynchronously) Get a list of regions --- This route expires daily at 11:05
        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
      • getUniverseRegionsRegionIdCall

        public okhttp3.Call getUniverseRegionsRegionIdCall​(Integer regionId,
                                                           String acceptLanguage,
                                                           String datasource,
                                                           String ifNoneMatch,
                                                           String language,
                                                           ApiCallback _callback)
                                                    throws ApiException
        Build call for getUniverseRegionsRegionId
        Parameters:
        regionId - region_id integer (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getUniverseRegionsRegionId

        public RegionResponse getUniverseRegionsRegionId​(Integer regionId,
                                                         String acceptLanguage,
                                                         String datasource,
                                                         String ifNoneMatch,
                                                         String language)
                                                  throws ApiException
        Get region information Get information on a region --- This route expires daily at 11:05
        Parameters:
        regionId - region_id integer (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        RegionResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseRegionsRegionIdWithHttpInfo

        public ApiResponse<RegionResponse> getUniverseRegionsRegionIdWithHttpInfo​(Integer regionId,
                                                                                  String acceptLanguage,
                                                                                  String datasource,
                                                                                  String ifNoneMatch,
                                                                                  String language)
                                                                           throws ApiException
        Get region information Get information on a region --- This route expires daily at 11:05
        Parameters:
        regionId - region_id integer (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        ApiResponse<RegionResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseRegionsRegionIdAsync

        public okhttp3.Call getUniverseRegionsRegionIdAsync​(Integer regionId,
                                                            String acceptLanguage,
                                                            String datasource,
                                                            String ifNoneMatch,
                                                            String language,
                                                            ApiCallback<RegionResponse> _callback)
                                                     throws ApiException
        Get region information (asynchronously) Get information on a region --- This route expires daily at 11:05
        Parameters:
        regionId - region_id integer (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _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
      • getUniverseStargatesStargateIdCall

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

        public StargateResponse getUniverseStargatesStargateId​(Integer stargateId,
                                                               String datasource,
                                                               String ifNoneMatch)
                                                        throws ApiException
        Get stargate information Get information on a stargate --- This route expires daily at 11:05
        Parameters:
        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)
        Returns:
        StargateResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseStargatesStargateIdWithHttpInfo

        public ApiResponse<StargateResponse> getUniverseStargatesStargateIdWithHttpInfo​(Integer stargateId,
                                                                                        String datasource,
                                                                                        String ifNoneMatch)
                                                                                 throws ApiException
        Get stargate information Get information on a stargate --- This route expires daily at 11:05
        Parameters:
        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)
        Returns:
        ApiResponse<StargateResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseStargatesStargateIdAsync

        public okhttp3.Call getUniverseStargatesStargateIdAsync​(Integer stargateId,
                                                                String datasource,
                                                                String ifNoneMatch,
                                                                ApiCallback<StargateResponse> _callback)
                                                         throws ApiException
        Get stargate information (asynchronously) Get information on a stargate --- This route expires daily at 11:05
        Parameters:
        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)
        _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
      • getUniverseStarsStarIdCall

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

        public StarResponse getUniverseStarsStarId​(Integer starId,
                                                   String datasource,
                                                   String ifNoneMatch)
                                            throws ApiException
        Get star information Get information on a star --- This route expires daily at 11:05
        Parameters:
        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)
        Returns:
        StarResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseStarsStarIdWithHttpInfo

        public ApiResponse<StarResponse> getUniverseStarsStarIdWithHttpInfo​(Integer starId,
                                                                            String datasource,
                                                                            String ifNoneMatch)
                                                                     throws ApiException
        Get star information Get information on a star --- This route expires daily at 11:05
        Parameters:
        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)
        Returns:
        ApiResponse<StarResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseStarsStarIdAsync

        public okhttp3.Call getUniverseStarsStarIdAsync​(Integer starId,
                                                        String datasource,
                                                        String ifNoneMatch,
                                                        ApiCallback<StarResponse> _callback)
                                                 throws ApiException
        Get star information (asynchronously) Get information on a star --- This route expires daily at 11:05
        Parameters:
        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)
        _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
      • getUniverseStationsStationIdCall

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

        public StationResponse getUniverseStationsStationId​(Integer stationId,
                                                            String datasource,
                                                            String ifNoneMatch)
                                                     throws ApiException
        Get station information Get information on a station --- This route expires daily at 11:05
        Parameters:
        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)
        Returns:
        StationResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseStationsStationIdWithHttpInfo

        public ApiResponse<StationResponse> getUniverseStationsStationIdWithHttpInfo​(Integer stationId,
                                                                                     String datasource,
                                                                                     String ifNoneMatch)
                                                                              throws ApiException
        Get station information Get information on a station --- This route expires daily at 11:05
        Parameters:
        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)
        Returns:
        ApiResponse<StationResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseStationsStationIdAsync

        public okhttp3.Call getUniverseStationsStationIdAsync​(Integer stationId,
                                                              String datasource,
                                                              String ifNoneMatch,
                                                              ApiCallback<StationResponse> _callback)
                                                       throws ApiException
        Get station information (asynchronously) Get information on a station --- This route expires daily at 11:05
        Parameters:
        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)
        _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
      • getUniverseStructuresCall

        public okhttp3.Call getUniverseStructuresCall​(String datasource,
                                                      String filter,
                                                      String ifNoneMatch,
                                                      ApiCallback _callback)
                                               throws ApiException
        Build call for getUniverseStructures
        Parameters:
        datasource - The server name you would like data from (optional, default to tranquility)
        filter - Only list public structures that have this service online (optional)
        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
      • getUniverseStructures

        public List<Long> getUniverseStructures​(String datasource,
                                                String filter,
                                                String ifNoneMatch)
                                         throws ApiException
        List all public structures List all public structures --- This route is cached for up to 3600 seconds
        Parameters:
        datasource - The server name you would like data from (optional, default to tranquility)
        filter - Only list public structures that have this service online (optional)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        Returns:
        List<Long>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseStructuresWithHttpInfo

        public ApiResponse<List<Long>> getUniverseStructuresWithHttpInfo​(String datasource,
                                                                         String filter,
                                                                         String ifNoneMatch)
                                                                  throws ApiException
        List all public structures List all public structures --- This route is cached for up to 3600 seconds
        Parameters:
        datasource - The server name you would like data from (optional, default to tranquility)
        filter - Only list public structures that have this service online (optional)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        Returns:
        ApiResponse<List<Long>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseStructuresAsync

        public okhttp3.Call getUniverseStructuresAsync​(String datasource,
                                                       String filter,
                                                       String ifNoneMatch,
                                                       ApiCallback<List<Long>> _callback)
                                                throws ApiException
        List all public structures (asynchronously) List all public structures --- This route is cached for up to 3600 seconds
        Parameters:
        datasource - The server name you would like data from (optional, default to tranquility)
        filter - Only list public structures that have this service online (optional)
        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
      • getUniverseStructuresStructureIdCall

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

        public StructureResponse getUniverseStructuresStructureId​(Long structureId,
                                                                  String datasource,
                                                                  String ifNoneMatch,
                                                                  String token)
                                                           throws ApiException
        Get structure information Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs. --- This route is cached for up to 3600 seconds
        Parameters:
        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)
        Returns:
        StructureResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseStructuresStructureIdWithHttpInfo

        public ApiResponse<StructureResponse> getUniverseStructuresStructureIdWithHttpInfo​(Long structureId,
                                                                                           String datasource,
                                                                                           String ifNoneMatch,
                                                                                           String token)
                                                                                    throws ApiException
        Get structure information Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs. --- This route is cached for up to 3600 seconds
        Parameters:
        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)
        Returns:
        ApiResponse<StructureResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseStructuresStructureIdAsync

        public okhttp3.Call getUniverseStructuresStructureIdAsync​(Long structureId,
                                                                  String datasource,
                                                                  String ifNoneMatch,
                                                                  String token,
                                                                  ApiCallback<StructureResponse> _callback)
                                                           throws ApiException
        Get structure information (asynchronously) Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs. --- This route is cached for up to 3600 seconds
        Parameters:
        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)
        _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
      • getUniverseSystemJumpsCall

        public okhttp3.Call getUniverseSystemJumpsCall​(String datasource,
                                                       String ifNoneMatch,
                                                       ApiCallback _callback)
                                                throws ApiException
        Build call for getUniverseSystemJumps
        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
      • getUniverseSystemJumps

        public List<SystemJumpsResponse> getUniverseSystemJumps​(String datasource,
                                                                String ifNoneMatch)
                                                         throws ApiException
        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. Only systems with jumps will be listed --- 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<SystemJumpsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseSystemJumpsWithHttpInfo

        public ApiResponse<List<SystemJumpsResponse>> getUniverseSystemJumpsWithHttpInfo​(String datasource,
                                                                                         String ifNoneMatch)
                                                                                  throws ApiException
        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. Only systems with jumps will be listed --- 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<SystemJumpsResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseSystemJumpsAsync

        public okhttp3.Call getUniverseSystemJumpsAsync​(String datasource,
                                                        String ifNoneMatch,
                                                        ApiCallback<List<SystemJumpsResponse>> _callback)
                                                 throws ApiException
        Get system jumps (asynchronously) Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed --- 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
      • getUniverseSystemKillsCall

        public okhttp3.Call getUniverseSystemKillsCall​(String datasource,
                                                       String ifNoneMatch,
                                                       ApiCallback _callback)
                                                throws ApiException
        Build call for getUniverseSystemKills
        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
      • getUniverseSystemKills

        public List<SystemKillsResponse> getUniverseSystemKills​(String datasource,
                                                                String ifNoneMatch)
                                                         throws ApiException
        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. Only systems with kills will be listed --- 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<SystemKillsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseSystemKillsWithHttpInfo

        public ApiResponse<List<SystemKillsResponse>> getUniverseSystemKillsWithHttpInfo​(String datasource,
                                                                                         String ifNoneMatch)
                                                                                  throws ApiException
        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. Only systems with kills will be listed --- 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<SystemKillsResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseSystemKillsAsync

        public okhttp3.Call getUniverseSystemKillsAsync​(String datasource,
                                                        String ifNoneMatch,
                                                        ApiCallback<List<SystemKillsResponse>> _callback)
                                                 throws ApiException
        Get system kills (asynchronously) 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. Only systems with kills will be listed --- 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
      • getUniverseSystemsCall

        public okhttp3.Call getUniverseSystemsCall​(String datasource,
                                                   String ifNoneMatch,
                                                   ApiCallback _callback)
                                            throws ApiException
        Build call for getUniverseSystems
        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
      • getUniverseSystems

        public List<Integer> getUniverseSystems​(String datasource,
                                                String ifNoneMatch)
                                         throws ApiException
        Get solar systems Get a list of solar systems --- This route expires daily at 11:05
        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<Integer>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseSystemsWithHttpInfo

        public ApiResponse<List<Integer>> getUniverseSystemsWithHttpInfo​(String datasource,
                                                                         String ifNoneMatch)
                                                                  throws ApiException
        Get solar systems Get a list of solar systems --- This route expires daily at 11:05
        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<Integer>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseSystemsAsync

        public okhttp3.Call getUniverseSystemsAsync​(String datasource,
                                                    String ifNoneMatch,
                                                    ApiCallback<List<Integer>> _callback)
                                             throws ApiException
        Get solar systems (asynchronously) Get a list of solar systems --- This route expires daily at 11:05
        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
      • getUniverseSystemsSystemIdCall

        public okhttp3.Call getUniverseSystemsSystemIdCall​(Integer systemId,
                                                           String acceptLanguage,
                                                           String datasource,
                                                           String ifNoneMatch,
                                                           String language,
                                                           ApiCallback _callback)
                                                    throws ApiException
        Build call for getUniverseSystemsSystemId
        Parameters:
        systemId - system_id integer (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getUniverseSystemsSystemId

        public SystemResponse getUniverseSystemsSystemId​(Integer systemId,
                                                         String acceptLanguage,
                                                         String datasource,
                                                         String ifNoneMatch,
                                                         String language)
                                                  throws ApiException
        Get solar system information Get information on a solar system. --- This route expires daily at 11:05
        Parameters:
        systemId - system_id integer (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        SystemResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseSystemsSystemIdWithHttpInfo

        public ApiResponse<SystemResponse> getUniverseSystemsSystemIdWithHttpInfo​(Integer systemId,
                                                                                  String acceptLanguage,
                                                                                  String datasource,
                                                                                  String ifNoneMatch,
                                                                                  String language)
                                                                           throws ApiException
        Get solar system information Get information on a solar system. --- This route expires daily at 11:05
        Parameters:
        systemId - system_id integer (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        ApiResponse<SystemResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseSystemsSystemIdAsync

        public okhttp3.Call getUniverseSystemsSystemIdAsync​(Integer systemId,
                                                            String acceptLanguage,
                                                            String datasource,
                                                            String ifNoneMatch,
                                                            String language,
                                                            ApiCallback<SystemResponse> _callback)
                                                     throws ApiException
        Get solar system information (asynchronously) Get information on a solar system. --- This route expires daily at 11:05
        Parameters:
        systemId - system_id integer (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _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
      • getUniverseTypesCall

        public okhttp3.Call getUniverseTypesCall​(String datasource,
                                                 String ifNoneMatch,
                                                 Integer page,
                                                 ApiCallback _callback)
                                          throws ApiException
        Build call for getUniverseTypes
        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)
        page - Which page of results to return (optional, default to 1)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getUniverseTypes

        public List<Integer> getUniverseTypes​(String datasource,
                                              String ifNoneMatch,
                                              Integer page)
                                       throws ApiException
        Get types Get a list of type ids --- This route expires daily at 11:05
        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)
        page - Which page of results to return (optional, default to 1)
        Returns:
        List<Integer>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseTypesWithHttpInfo

        public ApiResponse<List<Integer>> getUniverseTypesWithHttpInfo​(String datasource,
                                                                       String ifNoneMatch,
                                                                       Integer page)
                                                                throws ApiException
        Get types Get a list of type ids --- This route expires daily at 11:05
        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)
        page - Which page of results to return (optional, default to 1)
        Returns:
        ApiResponse<List<Integer>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseTypesAsync

        public okhttp3.Call getUniverseTypesAsync​(String datasource,
                                                  String ifNoneMatch,
                                                  Integer page,
                                                  ApiCallback<List<Integer>> _callback)
                                           throws ApiException
        Get types (asynchronously) Get a list of type ids --- This route expires daily at 11:05
        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)
        page - Which page of results to return (optional, default to 1)
        _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
      • getUniverseTypesTypeIdCall

        public okhttp3.Call getUniverseTypesTypeIdCall​(Integer typeId,
                                                       String acceptLanguage,
                                                       String datasource,
                                                       String ifNoneMatch,
                                                       String language,
                                                       ApiCallback _callback)
                                                throws ApiException
        Build call for getUniverseTypesTypeId
        Parameters:
        typeId - An Eve item type ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getUniverseTypesTypeId

        public TypeResponse getUniverseTypesTypeId​(Integer typeId,
                                                   String acceptLanguage,
                                                   String datasource,
                                                   String ifNoneMatch,
                                                   String language)
                                            throws ApiException
        Get type information Get information on a type --- This route expires daily at 11:05
        Parameters:
        typeId - An Eve item type ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        TypeResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseTypesTypeIdWithHttpInfo

        public ApiResponse<TypeResponse> getUniverseTypesTypeIdWithHttpInfo​(Integer typeId,
                                                                            String acceptLanguage,
                                                                            String datasource,
                                                                            String ifNoneMatch,
                                                                            String language)
                                                                     throws ApiException
        Get type information Get information on a type --- This route expires daily at 11:05
        Parameters:
        typeId - An Eve item type ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        ApiResponse<TypeResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getUniverseTypesTypeIdAsync

        public okhttp3.Call getUniverseTypesTypeIdAsync​(Integer typeId,
                                                        String acceptLanguage,
                                                        String datasource,
                                                        String ifNoneMatch,
                                                        String language,
                                                        ApiCallback<TypeResponse> _callback)
                                                 throws ApiException
        Get type information (asynchronously) Get information on a type --- This route expires daily at 11:05
        Parameters:
        typeId - An Eve item type ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _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
      • postUniverseIdsCall

        public okhttp3.Call postUniverseIdsCall​(List<String> names,
                                                String acceptLanguage,
                                                String datasource,
                                                String language,
                                                ApiCallback _callback)
                                         throws ApiException
        Build call for postUniverseIds
        Parameters:
        names - The names to resolve (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • postUniverseIds

        public UniverseIdsResponse postUniverseIds​(List<String> names,
                                                   String acceptLanguage,
                                                   String datasource,
                                                   String language)
                                            throws ApiException
        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. Only exact matches will be returned. All names searched for are cached for 12 hours ---
        Parameters:
        names - The names to resolve (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        UniverseIdsResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • postUniverseIdsWithHttpInfo

        public ApiResponse<UniverseIdsResponse> postUniverseIdsWithHttpInfo​(List<String> names,
                                                                            String acceptLanguage,
                                                                            String datasource,
                                                                            String language)
                                                                     throws ApiException
        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. Only exact matches will be returned. All names searched for are cached for 12 hours ---
        Parameters:
        names - The names to resolve (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        Returns:
        ApiResponse<UniverseIdsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • postUniverseIdsAsync

        public okhttp3.Call postUniverseIdsAsync​(List<String> names,
                                                 String acceptLanguage,
                                                 String datasource,
                                                 String language,
                                                 ApiCallback<UniverseIdsResponse> _callback)
                                          throws ApiException
        Bulk names to IDs (asynchronously) Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours ---
        Parameters:
        names - The names to resolve (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        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)
        _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
      • postUniverseNamesCall

        public okhttp3.Call postUniverseNamesCall​(List<Integer> ids,
                                                  String datasource,
                                                  ApiCallback _callback)
                                           throws ApiException
        Build call for postUniverseNames
        Parameters:
        ids - The ids to resolve (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • postUniverseNames

        public List<UniverseNamesResponse> postUniverseNames​(List<Integer> ids,
                                                             String datasource)
                                                      throws ApiException
        Get names and categories for a set of IDs Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions ---
        Parameters:
        ids - The ids to resolve (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        Returns:
        List<UniverseNamesResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • postUniverseNamesWithHttpInfo

        public ApiResponse<List<UniverseNamesResponse>> postUniverseNamesWithHttpInfo​(List<Integer> ids,
                                                                                      String datasource)
                                                                               throws ApiException
        Get names and categories for a set of IDs Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions ---
        Parameters:
        ids - The ids to resolve (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        Returns:
        ApiResponse<List<UniverseNamesResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • postUniverseNamesAsync

        public okhttp3.Call postUniverseNamesAsync​(List<Integer> ids,
                                                   String datasource,
                                                   ApiCallback<List<UniverseNamesResponse>> _callback)
                                            throws ApiException
        Get names and categories for a set of IDs (asynchronously) Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions ---
        Parameters:
        ids - The ids to resolve (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        _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