Package net.troja.eve.esi.api
Class ClonesApi
- java.lang.Object
-
- net.troja.eve.esi.api.ClonesApi
-
public class ClonesApi extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()CharacterClonesResponsegetCharactersCharacterIdClones(Integer characterId, String datasource, String ifNoneMatch, String token)Get clones A list of the character's clones --- This route is cached for up to 120 seconds SSO Scope: esi-clones.read_clones.v1okhttp3.CallgetCharactersCharacterIdClonesAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterClonesResponse> _callback)Get clones (asynchronously) A list of the character's clones --- This route is cached for up to 120 seconds SSO Scope: esi-clones.read_clones.v1okhttp3.CallgetCharactersCharacterIdClonesCall(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback _callback)Build call for getCharactersCharacterIdClonesApiResponse<CharacterClonesResponse>getCharactersCharacterIdClonesWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get clones A list of the character's clones --- This route is cached for up to 120 seconds SSO Scope: esi-clones.read_clones.v1List<Integer>getCharactersCharacterIdImplants(Integer characterId, String datasource, String ifNoneMatch, String token)Get active implants Return implants on the active clone of a character --- This route is cached for up to 120 seconds SSO Scope: esi-clones.read_implants.v1okhttp3.CallgetCharactersCharacterIdImplantsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<Integer>> _callback)Get active implants (asynchronously) Return implants on the active clone of a character --- This route is cached for up to 120 seconds SSO Scope: esi-clones.read_implants.v1okhttp3.CallgetCharactersCharacterIdImplantsCall(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback _callback)Build call for getCharactersCharacterIdImplantsApiResponse<List<Integer>>getCharactersCharacterIdImplantsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get active implants Return implants on the active clone of a character --- This route is cached for up to 120 seconds SSO Scope: esi-clones.read_implants.v1voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
ClonesApi
public ClonesApi()
-
ClonesApi
public ClonesApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getCharactersCharacterIdClonesCall
public okhttp3.Call getCharactersCharacterIdClonesCall(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback _callback) throws ApiException
Build call for getCharactersCharacterIdClones- 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)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
-
getCharactersCharacterIdClones
public CharacterClonesResponse getCharactersCharacterIdClones(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
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- 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)token- Access token to use if unable to set a header (optional)- Returns:
- CharacterClonesResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCharactersCharacterIdClonesWithHttpInfo
public ApiResponse<CharacterClonesResponse> getCharactersCharacterIdClonesWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
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- 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)token- Access token to use if unable to set a header (optional)- Returns:
- ApiResponse<CharacterClonesResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCharactersCharacterIdClonesAsync
public okhttp3.Call getCharactersCharacterIdClonesAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterClonesResponse> _callback) throws ApiException
Get clones (asynchronously) A list of the character's clones --- This route is cached for up to 120 seconds SSO Scope: esi-clones.read_clones.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)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
-
getCharactersCharacterIdImplantsCall
public okhttp3.Call getCharactersCharacterIdImplantsCall(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback _callback) throws ApiException
Build call for getCharactersCharacterIdImplants- 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)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
-
getCharactersCharacterIdImplants
public List<Integer> getCharactersCharacterIdImplants(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
Get active implants Return implants on the active clone of a character --- This route is cached for up to 120 seconds SSO Scope: esi-clones.read_implants.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)token- Access token to use if unable to set a header (optional)- Returns:
- List<Integer>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCharactersCharacterIdImplantsWithHttpInfo
public ApiResponse<List<Integer>> getCharactersCharacterIdImplantsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
Get active implants Return implants on the active clone of a character --- This route is cached for up to 120 seconds SSO Scope: esi-clones.read_implants.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)token- Access token to use if unable to set a header (optional)- Returns:
- ApiResponse<List<Integer>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCharactersCharacterIdImplantsAsync
public okhttp3.Call getCharactersCharacterIdImplantsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<Integer>> _callback) throws ApiException
Get active implants (asynchronously) Return implants on the active clone of a character --- This route is cached for up to 120 seconds SSO Scope: esi-clones.read_implants.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)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
-
-