Package net.troja.eve.esi.api
Class AssetsApi
- java.lang.Object
-
- net.troja.eve.esi.api.AssetsApi
-
public class AssetsApi extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()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.v1okhttp3.CallgetCharactersCharacterIdAssetsAsync(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CharacterAssetsResponse>> _callback)Get character assets (asynchronously) Return a list of the characters assets --- This route is cached for up to 3600 seconds SSO Scope: esi-assets.read_assets.v1okhttp3.CallgetCharactersCharacterIdAssetsCall(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback _callback)Build call for getCharactersCharacterIdAssetsApiResponse<List<CharacterAssetsResponse>>getCharactersCharacterIdAssetsWithHttpInfo(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.v1List<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.v1okhttp3.CallgetCorporationsCorporationIdAssetsAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationAssetsResponse>> _callback)Get corporation assets (asynchronously) 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.v1okhttp3.CallgetCorporationsCorporationIdAssetsCall(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback _callback)Build call for getCorporationsCorporationIdAssetsApiResponse<List<CorporationAssetsResponse>>getCorporationsCorporationIdAssetsWithHttpInfo(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.v1List<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.okhttp3.CallpostCharactersCharacterIdAssetsLocationsAsync(Integer characterId, List<Long> itemIds, String datasource, String token, ApiCallback<List<CharacterAssetsLocationsResponse>> _callback)Get character asset locations (asynchronously) Return locations for a set of item ids, which you can get from character assets endpoint.okhttp3.CallpostCharactersCharacterIdAssetsLocationsCall(Integer characterId, List<Long> itemIds, String datasource, String token, ApiCallback _callback)Build call for postCharactersCharacterIdAssetsLocationsApiResponse<List<CharacterAssetsLocationsResponse>>postCharactersCharacterIdAssetsLocationsWithHttpInfo(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.okhttp3.CallpostCharactersCharacterIdAssetsNamesAsync(Integer characterId, List<Long> itemIds, String datasource, String token, ApiCallback<List<CharacterAssetsNamesResponse>> _callback)Get character asset names (asynchronously) Return names for a set of item ids, which you can get from character assets endpoint.okhttp3.CallpostCharactersCharacterIdAssetsNamesCall(Integer characterId, List<Long> itemIds, String datasource, String token, ApiCallback _callback)Build call for postCharactersCharacterIdAssetsNamesApiResponse<List<CharacterAssetsNamesResponse>>postCharactersCharacterIdAssetsNamesWithHttpInfo(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.okhttp3.CallpostCorporationsCorporationIdAssetsLocationsAsync(Integer corporationId, List<Long> itemIds, String datasource, String token, ApiCallback<List<CorporationAssetsLocationsResponse>> _callback)Get corporation asset locations (asynchronously) Return locations for a set of item ids, which you can get from corporation assets endpoint.okhttp3.CallpostCorporationsCorporationIdAssetsLocationsCall(Integer corporationId, List<Long> itemIds, String datasource, String token, ApiCallback _callback)Build call for postCorporationsCorporationIdAssetsLocationsApiResponse<List<CorporationAssetsLocationsResponse>>postCorporationsCorporationIdAssetsLocationsWithHttpInfo(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 corporation asset names Return names for a set of item ids, which you can get from corporation assets endpoint.okhttp3.CallpostCorporationsCorporationIdAssetsNamesAsync(Integer corporationId, List<Long> itemIds, String datasource, String token, ApiCallback<List<CorporationAssetsNamesResponse>> _callback)Get corporation asset names (asynchronously) Return names for a set of item ids, which you can get from corporation assets endpoint.okhttp3.CallpostCorporationsCorporationIdAssetsNamesCall(Integer corporationId, List<Long> itemIds, String datasource, String token, ApiCallback _callback)Build call for postCorporationsCorporationIdAssetsNamesApiResponse<List<CorporationAssetsNamesResponse>>postCorporationsCorporationIdAssetsNamesWithHttpInfo(Integer corporationId, List<Long> itemIds, String datasource, String token)Get corporation asset names Return names for a set of item ids, which you can get from corporation assets endpoint.voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
AssetsApi
public AssetsApi()
-
AssetsApi
public AssetsApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getCharactersCharacterIdAssetsCall
public okhttp3.Call getCharactersCharacterIdAssetsCall(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback _callback) throws ApiException
Build call for getCharactersCharacterIdAssets- Parameters:
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)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getCharactersCharacterIdAssets
public List<CharacterAssetsResponse> getCharactersCharacterIdAssets(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
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- Parameters:
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)- Returns:
- List<CharacterAssetsResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCharactersCharacterIdAssetsWithHttpInfo
public ApiResponse<List<CharacterAssetsResponse>> getCharactersCharacterIdAssetsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
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- Parameters:
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)- Returns:
- ApiResponse<List<CharacterAssetsResponse>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCharactersCharacterIdAssetsAsync
public okhttp3.Call getCharactersCharacterIdAssetsAsync(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CharacterAssetsResponse>> _callback) throws ApiException
Get character assets (asynchronously) Return a list of the characters assets --- This route is cached for up to 3600 seconds SSO Scope: esi-assets.read_assets.v1- Parameters:
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)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getCorporationsCorporationIdAssetsCall
public okhttp3.Call getCorporationsCorporationIdAssetsCall(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback _callback) throws ApiException
Build call for getCorporationsCorporationIdAssets- Parameters:
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)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getCorporationsCorporationIdAssets
public List<CorporationAssetsResponse> getCorporationsCorporationIdAssets(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
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- Parameters:
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)- Returns:
- List<CorporationAssetsResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCorporationsCorporationIdAssetsWithHttpInfo
public ApiResponse<List<CorporationAssetsResponse>> getCorporationsCorporationIdAssetsWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token) throws ApiException
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- Parameters:
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)- Returns:
- ApiResponse<List<CorporationAssetsResponse>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCorporationsCorporationIdAssetsAsync
public okhttp3.Call getCorporationsCorporationIdAssetsAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationAssetsResponse>> _callback) throws ApiException
Get corporation assets (asynchronously) 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- Parameters:
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)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
postCharactersCharacterIdAssetsLocationsCall
public okhttp3.Call postCharactersCharacterIdAssetsLocationsCall(Integer characterId, List<Long> itemIds, String datasource, String token, ApiCallback _callback) throws ApiException
Build call for postCharactersCharacterIdAssetsLocations- Parameters:
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)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
postCharactersCharacterIdAssetsLocations
public List<CharacterAssetsLocationsResponse> postCharactersCharacterIdAssetsLocations(Integer characterId, List<Long> itemIds, String datasource, String token) throws ApiException
Get character asset locations Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0) --- SSO Scope: esi-assets.read_assets.v1- Parameters:
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)- Returns:
- List<CharacterAssetsLocationsResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
postCharactersCharacterIdAssetsLocationsWithHttpInfo
public ApiResponse<List<CharacterAssetsLocationsResponse>> postCharactersCharacterIdAssetsLocationsWithHttpInfo(Integer characterId, List<Long> itemIds, String datasource, String token) throws ApiException
Get character asset locations Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0) --- SSO Scope: esi-assets.read_assets.v1- Parameters:
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)- Returns:
- ApiResponse<List<CharacterAssetsLocationsResponse>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
postCharactersCharacterIdAssetsLocationsAsync
public okhttp3.Call postCharactersCharacterIdAssetsLocationsAsync(Integer characterId, List<Long> itemIds, String datasource, String token, ApiCallback<List<CharacterAssetsLocationsResponse>> _callback) throws ApiException
Get character asset locations (asynchronously) Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0) --- SSO Scope: esi-assets.read_assets.v1- Parameters:
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)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
postCharactersCharacterIdAssetsNamesCall
public okhttp3.Call postCharactersCharacterIdAssetsNamesCall(Integer characterId, List<Long> itemIds, String datasource, String token, ApiCallback _callback) throws ApiException
Build call for postCharactersCharacterIdAssetsNames- Parameters:
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)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
postCharactersCharacterIdAssetsNames
public List<CharacterAssetsNamesResponse> postCharactersCharacterIdAssetsNames(Integer characterId, List<Long> itemIds, String datasource, String token) throws ApiException
Get character asset names Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships. --- SSO Scope: esi-assets.read_assets.v1- Parameters:
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)- Returns:
- List<CharacterAssetsNamesResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
postCharactersCharacterIdAssetsNamesWithHttpInfo
public ApiResponse<List<CharacterAssetsNamesResponse>> postCharactersCharacterIdAssetsNamesWithHttpInfo(Integer characterId, List<Long> itemIds, String datasource, String token) throws ApiException
Get character asset names Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships. --- SSO Scope: esi-assets.read_assets.v1- Parameters:
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)- Returns:
- ApiResponse<List<CharacterAssetsNamesResponse>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
postCharactersCharacterIdAssetsNamesAsync
public okhttp3.Call postCharactersCharacterIdAssetsNamesAsync(Integer characterId, List<Long> itemIds, String datasource, String token, ApiCallback<List<CharacterAssetsNamesResponse>> _callback) throws ApiException
Get character asset names (asynchronously) Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships. --- SSO Scope: esi-assets.read_assets.v1- Parameters:
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)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
postCorporationsCorporationIdAssetsLocationsCall
public okhttp3.Call postCorporationsCorporationIdAssetsLocationsCall(Integer corporationId, List<Long> itemIds, String datasource, String token, ApiCallback _callback) throws ApiException
Build call for postCorporationsCorporationIdAssetsLocations- Parameters:
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)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
postCorporationsCorporationIdAssetsLocations
public List<CorporationAssetsLocationsResponse> postCorporationsCorporationIdAssetsLocations(Integer corporationId, List<Long> itemIds, String datasource, String token) throws ApiException
Get corporation asset locations Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0) --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-assets.read_corporation_assets.v1- Parameters:
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)- Returns:
- List<CorporationAssetsLocationsResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
postCorporationsCorporationIdAssetsLocationsWithHttpInfo
public ApiResponse<List<CorporationAssetsLocationsResponse>> postCorporationsCorporationIdAssetsLocationsWithHttpInfo(Integer corporationId, List<Long> itemIds, String datasource, String token) throws ApiException
Get corporation asset locations Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0) --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-assets.read_corporation_assets.v1- Parameters:
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)- Returns:
- ApiResponse<List<CorporationAssetsLocationsResponse>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
postCorporationsCorporationIdAssetsLocationsAsync
public okhttp3.Call postCorporationsCorporationIdAssetsLocationsAsync(Integer corporationId, List<Long> itemIds, String datasource, String token, ApiCallback<List<CorporationAssetsLocationsResponse>> _callback) throws ApiException
Get corporation asset locations (asynchronously) Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0) --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-assets.read_corporation_assets.v1- Parameters:
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)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
postCorporationsCorporationIdAssetsNamesCall
public okhttp3.Call postCorporationsCorporationIdAssetsNamesCall(Integer corporationId, List<Long> itemIds, String datasource, String token, ApiCallback _callback) throws ApiException
Build call for postCorporationsCorporationIdAssetsNames- Parameters:
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)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
postCorporationsCorporationIdAssetsNames
public List<CorporationAssetsNamesResponse> postCorporationsCorporationIdAssetsNames(Integer corporationId, List<Long> itemIds, String datasource, String token) throws ApiException
Get corporation asset names Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-assets.read_corporation_assets.v1- Parameters:
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)- Returns:
- List<CorporationAssetsNamesResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
postCorporationsCorporationIdAssetsNamesWithHttpInfo
public ApiResponse<List<CorporationAssetsNamesResponse>> postCorporationsCorporationIdAssetsNamesWithHttpInfo(Integer corporationId, List<Long> itemIds, String datasource, String token) throws ApiException
Get corporation asset names Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-assets.read_corporation_assets.v1- Parameters:
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)- Returns:
- ApiResponse<List<CorporationAssetsNamesResponse>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
postCorporationsCorporationIdAssetsNamesAsync
public okhttp3.Call postCorporationsCorporationIdAssetsNamesAsync(Integer corporationId, List<Long> itemIds, String datasource, String token, ApiCallback<List<CorporationAssetsNamesResponse>> _callback) throws ApiException
Get corporation asset names (asynchronously) Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-assets.read_corporation_assets.v1- Parameters:
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)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-