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 token,
String userAgent,
String xUserAgent)
Get clones A list of the character's clones --- This route is cached
for up to 120 seconds --- [This route has an available
update](https://esi
.tech.ccp.is/diff/latest/dev/#GET-/characters/{character_id}/clones/) SSO
Scope: esi-clones.read_clones.v1
|
List<Integer> |
getCharactersCharacterIdImplants(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get active implants Return implants on the active clone of a character
--- This route is cached for up to 3600 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 CharacterClonesResponse getCharactersCharacterIdClones(Integer characterId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic List<Integer> getCharactersCharacterIdImplants(Integer characterId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callCopyright © 2017. All Rights Reserved.