Package net.troja.eve.esi.api
Class SkillsApi
- java.lang.Object
-
- net.troja.eve.esi.api.SkillsApi
-
public class SkillsApi extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()CharacterAttributesResponsegetCharactersCharacterIdAttributes(Integer characterId, String datasource, String ifNoneMatch, String token)Get character attributes Return attributes of a character --- This route is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1okhttp3.CallgetCharactersCharacterIdAttributesAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterAttributesResponse> _callback)Get character attributes (asynchronously) Return attributes of a character --- This route is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1okhttp3.CallgetCharactersCharacterIdAttributesCall(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback _callback)Build call for getCharactersCharacterIdAttributesApiResponse<CharacterAttributesResponse>getCharactersCharacterIdAttributesWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get character attributes Return attributes of a character --- This route is cached for up to 120 seconds SSO Scope: esi-skills.read_skills.v1List<CharacterSkillqueueResponse>getCharactersCharacterIdSkillqueue(Integer characterId, String datasource, String ifNoneMatch, String token)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.v1okhttp3.CallgetCharactersCharacterIdSkillqueueAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CharacterSkillqueueResponse>> _callback)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.v1okhttp3.CallgetCharactersCharacterIdSkillqueueCall(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback _callback)Build call for getCharactersCharacterIdSkillqueueApiResponse<List<CharacterSkillqueueResponse>>getCharactersCharacterIdSkillqueueWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)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.v1CharacterSkillsResponsegetCharactersCharacterIdSkills(Integer characterId, String datasource, String ifNoneMatch, String token)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.v1okhttp3.CallgetCharactersCharacterIdSkillsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterSkillsResponse> _callback)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.v1okhttp3.CallgetCharactersCharacterIdSkillsCall(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback _callback)Build call for getCharactersCharacterIdSkillsApiResponse<CharacterSkillsResponse>getCharactersCharacterIdSkillsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)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.v1voidsetApiClient(ApiClient apiClient)
-
-
-
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
-
-