public class SkillsApi extends Object
| Constructor and Description |
|---|
SkillsApi() |
SkillsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
CharacterAttributesResponse |
getCharactersCharacterIdAttributes(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.v1
|
okhttp3.Call |
getCharactersCharacterIdAttributesAsync(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.v1
|
okhttp3.Call |
getCharactersCharacterIdAttributesCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdAttributes
|
ApiResponse<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.v1
|
List<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.v1
|
okhttp3.Call |
getCharactersCharacterIdSkillqueueAsync(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.v1
|
okhttp3.Call |
getCharactersCharacterIdSkillqueueCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdSkillqueue
|
ApiResponse<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.v1
|
CharacterSkillsResponse |
getCharactersCharacterIdSkills(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.v1
|
okhttp3.Call |
getCharactersCharacterIdSkillsAsync(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.v1
|
okhttp3.Call |
getCharactersCharacterIdSkillsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdSkills
|
ApiResponse<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.v1
|
void |
setApiClient(ApiClient apiClient) |
public SkillsApi()
public SkillsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getCharactersCharacterIdAttributesCall(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback _callback) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic CharacterAttributesResponse getCharactersCharacterIdAttributes(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<CharacterAttributesResponse> getCharactersCharacterIdAttributesWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getCharactersCharacterIdAttributesAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterAttributesResponse> _callback) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getCharactersCharacterIdSkillqueueCall(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback _callback) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic List<CharacterSkillqueueResponse> getCharactersCharacterIdSkillqueue(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<CharacterSkillqueueResponse>> getCharactersCharacterIdSkillqueueWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getCharactersCharacterIdSkillqueueAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CharacterSkillqueueResponse>> _callback) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getCharactersCharacterIdSkillsCall(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback _callback) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic CharacterSkillsResponse getCharactersCharacterIdSkills(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<CharacterSkillsResponse> getCharactersCharacterIdSkillsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getCharactersCharacterIdSkillsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterSkillsResponse> _callback) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectCopyright © 2021. All Rights Reserved.