public class AssetsApi extends Object
| Constructor and Description |
|---|
AssetsApi() |
AssetsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<CharacterAssetsResponse> |
getCharactersCharacterIdAssets(Integer characterId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get character assets Return a list of the characters assets --- This
route is cached for up to 3600 seconds SSO Scope:
esi-assets.read_assets.v1
|
List<CorporationAssetsResponse> |
getCorporationsCorporationIdAssets(Integer corporationId,
String datasource,
Integer page,
String token,
String userAgent,
String xUserAgent)
Get corporation assets Return a list of the corporation assets --- This
route is cached for up to 3600 seconds SSO Scope:
esi-assets.read_corporation_assets.v1
|
void |
setApiClient(ApiClient apiClient) |
public AssetsApi()
public AssetsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<CharacterAssetsResponse> getCharactersCharacterIdAssets(Integer characterId, String datasource, Integer page, 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)page - Which page of results to return (optional, default to 1)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<CorporationAssetsResponse> getCorporationsCorporationIdAssets(Integer corporationId, String datasource, Integer page, String token, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation ID (required)datasource - The server name you would like data from (optional, default to
tranquility)page - Which page of results to return (optional, default to 1)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.