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,
String userAgent,
String xUserAgent)
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,
String userAgent,
String xUserAgent)
Get active implants Return implants on the active clone of a character
--- This route is cached for up to 300 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 ifNoneMatch, 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)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)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 ifNoneMatch, 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)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)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callCopyright © 2018. All Rights Reserved.