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,
String ifNoneMatch,
Integer page,
String token)
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,
String ifNoneMatch,
Integer page,
String token)
Get corporation assets Return a list of the corporation assets --- This
route is cached for up to 3600 seconds --- Requires one of the following
EVE corporation role(s): Director SSO Scope:
esi-assets.read_corporation_assets.v1
|
List<CharacterAssetsLocationsResponse> |
postCharactersCharacterIdAssetsLocations(Integer characterId,
List<Long> itemIds,
String datasource,
String token)
Get character asset locations Return locations for a set of item ids,
which you can get from character assets endpoint.
|
List<CharacterAssetsNamesResponse> |
postCharactersCharacterIdAssetsNames(Integer characterId,
List<Long> itemIds,
String datasource,
String token)
Get character asset names Return names for a set of item ids, which you
can get from character assets endpoint.
|
List<CorporationAssetsLocationsResponse> |
postCorporationsCorporationIdAssetsLocations(Integer corporationId,
List<Long> itemIds,
String datasource,
String token)
Get corporation asset locations Return locations for a set of item ids,
which you can get from corporation assets endpoint.
|
List<CorporationAssetsNamesResponse> |
postCorporationsCorporationIdAssetsNames(Integer corporationId,
List<Long> itemIds,
String datasource,
String token)
Get coporation asset names Return names for a set of item ids, which you
can get from corporation assets endpoint.
|
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, String ifNoneMatch, Integer page, 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)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CorporationAssetsResponse> getCorporationsCorporationIdAssets(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
corporationId - An EVE corporation 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)page - Which page of results to return (optional, default to 1)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CharacterAssetsLocationsResponse> postCharactersCharacterIdAssetsLocations(Integer characterId, List<Long> itemIds, String datasource, String token) throws ApiException
characterId - An EVE character ID (required)itemIds - A list of item ids (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)ApiException - if fails to make API callpublic List<CharacterAssetsNamesResponse> postCharactersCharacterIdAssetsNames(Integer characterId, List<Long> itemIds, String datasource, String token) throws ApiException
characterId - An EVE character ID (required)itemIds - A list of item ids (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)ApiException - if fails to make API callpublic List<CorporationAssetsLocationsResponse> postCorporationsCorporationIdAssetsLocations(Integer corporationId, List<Long> itemIds, String datasource, String token) throws ApiException
corporationId - An EVE corporation ID (required)itemIds - A list of item ids (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)ApiException - if fails to make API callpublic List<CorporationAssetsNamesResponse> postCorporationsCorporationIdAssetsNames(Integer corporationId, List<Long> itemIds, String datasource, String token) throws ApiException
corporationId - An EVE corporation ID (required)itemIds - A list of item ids (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)ApiException - if fails to make API callCopyright © 2018. All Rights Reserved.