Class SkillsApi


  • public class SkillsApi
    extends Object
    • Constructor Detail

      • SkillsApi

        public SkillsApi()
      • SkillsApi

        public SkillsApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • getCharactersCharacterIdAttributesCall

        public okhttp3.Call getCharactersCharacterIdAttributesCall​(Integer characterId,
                                                                   String datasource,
                                                                   String ifNoneMatch,
                                                                   String token,
                                                                   ApiCallback _callback)
                                                            throws ApiException
        Build call for getCharactersCharacterIdAttributes
        Parameters:
        characterId - An EVE character ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        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
      • getCharactersCharacterIdAttributes

        public CharacterAttributesResponse getCharactersCharacterIdAttributes​(Integer characterId,
                                                                              String datasource,
                                                                              String ifNoneMatch,
                                                                              String token)
                                                                       throws ApiException
        Get character attributes Return attributes of a character --- This route is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1
        Parameters:
        characterId - An EVE character ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        CharacterAttributesResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCharactersCharacterIdAttributesWithHttpInfo

        public ApiResponse<CharacterAttributesResponse> getCharactersCharacterIdAttributesWithHttpInfo​(Integer characterId,
                                                                                                       String datasource,
                                                                                                       String ifNoneMatch,
                                                                                                       String token)
                                                                                                throws ApiException
        Get character attributes Return attributes of a character --- This route is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1
        Parameters:
        characterId - An EVE character ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<CharacterAttributesResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCharactersCharacterIdAttributesAsync

        public okhttp3.Call getCharactersCharacterIdAttributesAsync​(Integer characterId,
                                                                    String datasource,
                                                                    String ifNoneMatch,
                                                                    String token,
                                                                    ApiCallback<CharacterAttributesResponse> _callback)
                                                             throws ApiException
        Get character attributes (asynchronously) Return attributes of a character --- This route is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1
        Parameters:
        characterId - An EVE character ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        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
      • getCharactersCharacterIdSkillqueueCall

        public okhttp3.Call getCharactersCharacterIdSkillqueueCall​(Integer characterId,
                                                                   String datasource,
                                                                   String ifNoneMatch,
                                                                   String token,
                                                                   ApiCallback _callback)
                                                            throws ApiException
        Build call for getCharactersCharacterIdSkillqueue
        Parameters:
        characterId - An EVE character ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        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
      • getCharactersCharacterIdSkillqueue

        public List<CharacterSkillqueueResponse> getCharactersCharacterIdSkillqueue​(Integer characterId,
                                                                                    String datasource,
                                                                                    String ifNoneMatch,
                                                                                    String token)
                                                                             throws ApiException
        Get character's skill queue List the configured skill queue for the given character --- This route is cached for up to 120 seconds SSO Scope: esi-skills.read_skillqueue.v1
        Parameters:
        characterId - An EVE character ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<CharacterSkillqueueResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCharactersCharacterIdSkillqueueWithHttpInfo

        public ApiResponse<List<CharacterSkillqueueResponse>> getCharactersCharacterIdSkillqueueWithHttpInfo​(Integer characterId,
                                                                                                             String datasource,
                                                                                                             String ifNoneMatch,
                                                                                                             String token)
                                                                                                      throws ApiException
        Get character's skill queue List the configured skill queue for the given character --- This route is cached for up to 120 seconds SSO Scope: esi-skills.read_skillqueue.v1
        Parameters:
        characterId - An EVE character ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<CharacterSkillqueueResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCharactersCharacterIdSkillqueueAsync

        public okhttp3.Call getCharactersCharacterIdSkillqueueAsync​(Integer characterId,
                                                                    String datasource,
                                                                    String ifNoneMatch,
                                                                    String token,
                                                                    ApiCallback<List<CharacterSkillqueueResponse>> _callback)
                                                             throws ApiException
        Get character's skill queue (asynchronously) List the configured skill queue for the given character --- This route is cached for up to 120 seconds SSO Scope: esi-skills.read_skillqueue.v1
        Parameters:
        characterId - An EVE character ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        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
      • getCharactersCharacterIdSkillsCall

        public okhttp3.Call getCharactersCharacterIdSkillsCall​(Integer characterId,
                                                               String datasource,
                                                               String ifNoneMatch,
                                                               String token,
                                                               ApiCallback _callback)
                                                        throws ApiException
        Build call for getCharactersCharacterIdSkills
        Parameters:
        characterId - An EVE character ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        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
      • getCharactersCharacterIdSkills

        public CharacterSkillsResponse getCharactersCharacterIdSkills​(Integer characterId,
                                                                      String datasource,
                                                                      String ifNoneMatch,
                                                                      String token)
                                                               throws ApiException
        Get character skills List all trained skills for the given character --- This route is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1
        Parameters:
        characterId - An EVE character ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        CharacterSkillsResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCharactersCharacterIdSkillsWithHttpInfo

        public ApiResponse<CharacterSkillsResponse> getCharactersCharacterIdSkillsWithHttpInfo​(Integer characterId,
                                                                                               String datasource,
                                                                                               String ifNoneMatch,
                                                                                               String token)
                                                                                        throws ApiException
        Get character skills List all trained skills for the given character --- This route is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1
        Parameters:
        characterId - An EVE character ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<CharacterSkillsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCharactersCharacterIdSkillsAsync

        public okhttp3.Call getCharactersCharacterIdSkillsAsync​(Integer characterId,
                                                                String datasource,
                                                                String ifNoneMatch,
                                                                String token,
                                                                ApiCallback<CharacterSkillsResponse> _callback)
                                                         throws ApiException
        Get character skills (asynchronously) List all trained skills for the given character --- This route is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1
        Parameters:
        characterId - An EVE character ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        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