public class FittingsApi extends Object
| Constructor and Description |
|---|
FittingsApi() |
FittingsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCharactersCharacterIdFittingsFittingId(Integer characterId,
Integer fittingId,
String datasource,
String token)
Delete fitting Delete a fitting from a character --- SSO Scope:
esi-fittings.write_fittings.v1
|
com.squareup.okhttp.Call |
deleteCharactersCharacterIdFittingsFittingIdAsync(Integer characterId,
Integer fittingId,
String datasource,
String token,
ApiCallback<Void> callback)
Delete fitting (asynchronously) Delete a fitting from a character --- SSO
Scope: esi-fittings.write_fittings.v1
|
com.squareup.okhttp.Call |
deleteCharactersCharacterIdFittingsFittingIdCall(Integer characterId,
Integer fittingId,
String datasource,
String token,
ApiCallback callback)
Build call for deleteCharactersCharacterIdFittingsFittingId
|
ApiResponse<Void> |
deleteCharactersCharacterIdFittingsFittingIdWithHttpInfo(Integer characterId,
Integer fittingId,
String datasource,
String token)
Delete fitting Delete a fitting from a character --- SSO Scope:
esi-fittings.write_fittings.v1
|
ApiClient |
getApiClient() |
List<CharacterFittingsResponse> |
getCharactersCharacterIdFittings(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get fittings Return fittings of a character --- This route is cached for
up to 300 seconds SSO Scope: esi-fittings.read_fittings.v1
|
com.squareup.okhttp.Call |
getCharactersCharacterIdFittingsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterFittingsResponse>> callback)
Get fittings (asynchronously) Return fittings of a character --- This
route is cached for up to 300 seconds SSO Scope:
esi-fittings.read_fittings.v1
|
com.squareup.okhttp.Call |
getCharactersCharacterIdFittingsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback callback)
Build call for getCharactersCharacterIdFittings
|
ApiResponse<List<CharacterFittingsResponse>> |
getCharactersCharacterIdFittingsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get fittings Return fittings of a character --- This route is cached for
up to 300 seconds SSO Scope: esi-fittings.read_fittings.v1
|
CharacterFittingResponse |
postCharactersCharacterIdFittings(Integer characterId,
String datasource,
String token,
CharacterFitting characterFitting)
Create fitting Save a new fitting for a character --- SSO Scope:
esi-fittings.write_fittings.v1
|
com.squareup.okhttp.Call |
postCharactersCharacterIdFittingsAsync(Integer characterId,
String datasource,
String token,
CharacterFitting characterFitting,
ApiCallback<CharacterFittingResponse> callback)
Create fitting (asynchronously) Save a new fitting for a character ---
SSO Scope: esi-fittings.write_fittings.v1
|
com.squareup.okhttp.Call |
postCharactersCharacterIdFittingsCall(Integer characterId,
String datasource,
String token,
CharacterFitting characterFitting,
ApiCallback callback)
Build call for postCharactersCharacterIdFittings
|
ApiResponse<CharacterFittingResponse> |
postCharactersCharacterIdFittingsWithHttpInfo(Integer characterId,
String datasource,
String token,
CharacterFitting characterFitting)
Create fitting Save a new fitting for a character --- SSO Scope:
esi-fittings.write_fittings.v1
|
void |
setApiClient(ApiClient apiClient) |
public FittingsApi()
public FittingsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call deleteCharactersCharacterIdFittingsFittingIdCall(Integer characterId, Integer fittingId, String datasource, String token, ApiCallback callback) throws ApiException
characterId - An EVE character ID (required)fittingId - ID for a fitting of this character (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 progressApiException - If fail to serialize the request body objectpublic void deleteCharactersCharacterIdFittingsFittingId(Integer characterId, Integer fittingId, String datasource, String token) throws ApiException
characterId - An EVE character ID (required)fittingId - ID for a fitting of this character (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 fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> deleteCharactersCharacterIdFittingsFittingIdWithHttpInfo(Integer characterId, Integer fittingId, String datasource, String token) throws ApiException
characterId - An EVE character ID (required)fittingId - ID for a fitting of this character (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 fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call deleteCharactersCharacterIdFittingsFittingIdAsync(Integer characterId, Integer fittingId, String datasource, String token, ApiCallback<Void> callback) throws ApiException
characterId - An EVE character ID (required)fittingId - ID for a fitting of this character (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 finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic com.squareup.okhttp.Call getCharactersCharacterIdFittingsCall(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback callback) 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)callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic List<CharacterFittingsResponse> getCharactersCharacterIdFittings(Integer characterId, String datasource, String ifNoneMatch, 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)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<CharacterFittingsResponse>> getCharactersCharacterIdFittingsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, 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)token - Access token to use if unable to set a header (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call getCharactersCharacterIdFittingsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CharacterFittingsResponse>> callback) 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)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic com.squareup.okhttp.Call postCharactersCharacterIdFittingsCall(Integer characterId, String datasource, String token, CharacterFitting characterFitting, ApiCallback callback) 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)characterFitting - (optional)callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic CharacterFittingResponse postCharactersCharacterIdFittings(Integer characterId, String datasource, String token, CharacterFitting characterFitting) 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)characterFitting - (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<CharacterFittingResponse> postCharactersCharacterIdFittingsWithHttpInfo(Integer characterId, String datasource, String token, CharacterFitting characterFitting) 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)characterFitting - (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call postCharactersCharacterIdFittingsAsync(Integer characterId, String datasource, String token, CharacterFitting characterFitting, ApiCallback<CharacterFittingResponse> callback) 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)characterFitting - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectCopyright © 2019. All Rights Reserved.