public class ClonesApi extends Object
| Constructor and Description |
|---|
ClonesApi() |
ClonesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
CharacterClonesResponse |
getCharactersCharacterIdClones(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get clones A list of the character's clones --- This route is cached
for up to 120 seconds SSO Scope: esi-clones.read_clones.v1
|
okhttp3.Call |
getCharactersCharacterIdClonesAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterClonesResponse> _callback)
Get clones (asynchronously) A list of the character's clones --- This
route is cached for up to 120 seconds SSO Scope:
esi-clones.read_clones.v1
|
okhttp3.Call |
getCharactersCharacterIdClonesCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdClones
|
ApiResponse<CharacterClonesResponse> |
getCharactersCharacterIdClonesWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get clones A list of the character's clones --- This route is cached
for up to 120 seconds SSO Scope: esi-clones.read_clones.v1
|
List<Integer> |
getCharactersCharacterIdImplants(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get active implants Return implants on the active clone of a character
--- This route is cached for up to 120 seconds SSO Scope:
esi-clones.read_implants.v1
|
okhttp3.Call |
getCharactersCharacterIdImplantsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<Integer>> _callback)
Get active implants (asynchronously) Return implants on the active clone
of a character --- This route is cached for up to 120 seconds SSO Scope:
esi-clones.read_implants.v1
|
okhttp3.Call |
getCharactersCharacterIdImplantsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdImplants
|
ApiResponse<List<Integer>> |
getCharactersCharacterIdImplantsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get active implants Return implants on the active clone of a character
--- This route is cached for up to 120 seconds SSO Scope:
esi-clones.read_implants.v1
|
void |
setApiClient(ApiClient apiClient) |
public ClonesApi()
public ClonesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getCharactersCharacterIdClonesCall(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 CharacterClonesResponse getCharactersCharacterIdClones(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<CharacterClonesResponse> getCharactersCharacterIdClonesWithHttpInfo(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 getCharactersCharacterIdClonesAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterClonesResponse> _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 getCharactersCharacterIdImplantsCall(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<Integer> getCharactersCharacterIdImplants(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<Integer>> getCharactersCharacterIdImplantsWithHttpInfo(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 getCharactersCharacterIdImplantsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<Integer>> _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 © 2019. All Rights Reserved.