Package net.troja.eve.esi.api
Class OpportunitiesApi
- java.lang.Object
-
- net.troja.eve.esi.api.OpportunitiesApi
-
public class OpportunitiesApi extends Object
-
-
Constructor Summary
Constructors Constructor Description OpportunitiesApi()OpportunitiesApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()List<CharacterOpportunitiesResponse>getCharactersCharacterIdOpportunities(Integer characterId, String datasource, String ifNoneMatch, String token)Get a character's completed tasks Return a list of tasks finished by a character --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_opportunities.v1okhttp3.CallgetCharactersCharacterIdOpportunitiesAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CharacterOpportunitiesResponse>> _callback)Get a character's completed tasks (asynchronously) Return a list of tasks finished by a character --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_opportunities.v1okhttp3.CallgetCharactersCharacterIdOpportunitiesCall(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback _callback)Build call for getCharactersCharacterIdOpportunitiesApiResponse<List<CharacterOpportunitiesResponse>>getCharactersCharacterIdOpportunitiesWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get a character's completed tasks Return a list of tasks finished by a character --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_opportunities.v1List<Integer>getOpportunitiesGroups(String datasource, String ifNoneMatch)Get opportunities groups Return a list of opportunities groups --- This route expires daily at 11:05okhttp3.CallgetOpportunitiesGroupsAsync(String datasource, String ifNoneMatch, ApiCallback<List<Integer>> _callback)Get opportunities groups (asynchronously) Return a list of opportunities groups --- This route expires daily at 11:05okhttp3.CallgetOpportunitiesGroupsCall(String datasource, String ifNoneMatch, ApiCallback _callback)Build call for getOpportunitiesGroupsOpportunitiesGroupResponsegetOpportunitiesGroupsGroupId(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get opportunities group Return information of an opportunities group --- This route expires daily at 11:05okhttp3.CallgetOpportunitiesGroupsGroupIdAsync(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback<OpportunitiesGroupResponse> _callback)Get opportunities group (asynchronously) Return information of an opportunities group --- This route expires daily at 11:05okhttp3.CallgetOpportunitiesGroupsGroupIdCall(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback _callback)Build call for getOpportunitiesGroupsGroupIdApiResponse<OpportunitiesGroupResponse>getOpportunitiesGroupsGroupIdWithHttpInfo(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get opportunities group Return information of an opportunities group --- This route expires daily at 11:05ApiResponse<List<Integer>>getOpportunitiesGroupsWithHttpInfo(String datasource, String ifNoneMatch)Get opportunities groups Return a list of opportunities groups --- This route expires daily at 11:05List<Integer>getOpportunitiesTasks(String datasource, String ifNoneMatch)Get opportunities tasks Return a list of opportunities tasks --- This route expires daily at 11:05okhttp3.CallgetOpportunitiesTasksAsync(String datasource, String ifNoneMatch, ApiCallback<List<Integer>> _callback)Get opportunities tasks (asynchronously) Return a list of opportunities tasks --- This route expires daily at 11:05okhttp3.CallgetOpportunitiesTasksCall(String datasource, String ifNoneMatch, ApiCallback _callback)Build call for getOpportunitiesTasksOpportunitiesTasksResponsegetOpportunitiesTasksTaskId(Integer taskId, String datasource, String ifNoneMatch)Get opportunities task Return information of an opportunities task --- This route expires daily at 11:05okhttp3.CallgetOpportunitiesTasksTaskIdAsync(Integer taskId, String datasource, String ifNoneMatch, ApiCallback<OpportunitiesTasksResponse> _callback)Get opportunities task (asynchronously) Return information of an opportunities task --- This route expires daily at 11:05okhttp3.CallgetOpportunitiesTasksTaskIdCall(Integer taskId, String datasource, String ifNoneMatch, ApiCallback _callback)Build call for getOpportunitiesTasksTaskIdApiResponse<OpportunitiesTasksResponse>getOpportunitiesTasksTaskIdWithHttpInfo(Integer taskId, String datasource, String ifNoneMatch)Get opportunities task Return information of an opportunities task --- This route expires daily at 11:05ApiResponse<List<Integer>>getOpportunitiesTasksWithHttpInfo(String datasource, String ifNoneMatch)Get opportunities tasks Return a list of opportunities tasks --- This route expires daily at 11:05voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
OpportunitiesApi
public OpportunitiesApi()
-
OpportunitiesApi
public OpportunitiesApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getCharactersCharacterIdOpportunitiesCall
public okhttp3.Call getCharactersCharacterIdOpportunitiesCall(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback _callback) throws ApiException
Build call for getCharactersCharacterIdOpportunities- 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
-
getCharactersCharacterIdOpportunities
public List<CharacterOpportunitiesResponse> getCharactersCharacterIdOpportunities(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
Get a character's completed tasks Return a list of tasks finished by a character --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_opportunities.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<CharacterOpportunitiesResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCharactersCharacterIdOpportunitiesWithHttpInfo
public ApiResponse<List<CharacterOpportunitiesResponse>> getCharactersCharacterIdOpportunitiesWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
Get a character's completed tasks Return a list of tasks finished by a character --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_opportunities.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<CharacterOpportunitiesResponse>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getCharactersCharacterIdOpportunitiesAsync
public okhttp3.Call getCharactersCharacterIdOpportunitiesAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CharacterOpportunitiesResponse>> _callback) throws ApiException
Get a character's completed tasks (asynchronously) Return a list of tasks finished by a character --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_opportunities.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
-
getOpportunitiesGroupsCall
public okhttp3.Call getOpportunitiesGroupsCall(String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
Build call for getOpportunitiesGroups- Parameters:
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)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getOpportunitiesGroups
public List<Integer> getOpportunitiesGroups(String datasource, String ifNoneMatch) throws ApiException
Get opportunities groups Return a list of opportunities groups --- This route expires daily at 11:05- Parameters:
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)- Returns:
- List<Integer>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getOpportunitiesGroupsWithHttpInfo
public ApiResponse<List<Integer>> getOpportunitiesGroupsWithHttpInfo(String datasource, String ifNoneMatch) throws ApiException
Get opportunities groups Return a list of opportunities groups --- This route expires daily at 11:05- Parameters:
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)- Returns:
- ApiResponse<List<Integer>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getOpportunitiesGroupsAsync
public okhttp3.Call getOpportunitiesGroupsAsync(String datasource, String ifNoneMatch, ApiCallback<List<Integer>> _callback) throws ApiException
Get opportunities groups (asynchronously) Return a list of opportunities groups --- This route expires daily at 11:05- Parameters:
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)_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
-
getOpportunitiesGroupsGroupIdCall
public okhttp3.Call getOpportunitiesGroupsGroupIdCall(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback _callback) throws ApiException
Build call for getOpportunitiesGroupsGroupId- Parameters:
groupId- ID of an opportunities group (required)acceptLanguage- Language to use in the response (optional, default to en)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)language- Language to use in the response, takes precedence over Accept-Language (optional, default to en)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getOpportunitiesGroupsGroupId
public OpportunitiesGroupResponse getOpportunitiesGroupsGroupId(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
Get opportunities group Return information of an opportunities group --- This route expires daily at 11:05- Parameters:
groupId- ID of an opportunities group (required)acceptLanguage- Language to use in the response (optional, default to en)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)language- Language to use in the response, takes precedence over Accept-Language (optional, default to en)- Returns:
- OpportunitiesGroupResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getOpportunitiesGroupsGroupIdWithHttpInfo
public ApiResponse<OpportunitiesGroupResponse> getOpportunitiesGroupsGroupIdWithHttpInfo(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
Get opportunities group Return information of an opportunities group --- This route expires daily at 11:05- Parameters:
groupId- ID of an opportunities group (required)acceptLanguage- Language to use in the response (optional, default to en)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)language- Language to use in the response, takes precedence over Accept-Language (optional, default to en)- Returns:
- ApiResponse<OpportunitiesGroupResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getOpportunitiesGroupsGroupIdAsync
public okhttp3.Call getOpportunitiesGroupsGroupIdAsync(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback<OpportunitiesGroupResponse> _callback) throws ApiException
Get opportunities group (asynchronously) Return information of an opportunities group --- This route expires daily at 11:05- Parameters:
groupId- ID of an opportunities group (required)acceptLanguage- Language to use in the response (optional, default to en)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)language- Language to use in the response, takes precedence over Accept-Language (optional, default to en)_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
-
getOpportunitiesTasksCall
public okhttp3.Call getOpportunitiesTasksCall(String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
Build call for getOpportunitiesTasks- Parameters:
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)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getOpportunitiesTasks
public List<Integer> getOpportunitiesTasks(String datasource, String ifNoneMatch) throws ApiException
Get opportunities tasks Return a list of opportunities tasks --- This route expires daily at 11:05- Parameters:
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)- Returns:
- List<Integer>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getOpportunitiesTasksWithHttpInfo
public ApiResponse<List<Integer>> getOpportunitiesTasksWithHttpInfo(String datasource, String ifNoneMatch) throws ApiException
Get opportunities tasks Return a list of opportunities tasks --- This route expires daily at 11:05- Parameters:
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)- Returns:
- ApiResponse<List<Integer>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getOpportunitiesTasksAsync
public okhttp3.Call getOpportunitiesTasksAsync(String datasource, String ifNoneMatch, ApiCallback<List<Integer>> _callback) throws ApiException
Get opportunities tasks (asynchronously) Return a list of opportunities tasks --- This route expires daily at 11:05- Parameters:
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)_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
-
getOpportunitiesTasksTaskIdCall
public okhttp3.Call getOpportunitiesTasksTaskIdCall(Integer taskId, String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
Build call for getOpportunitiesTasksTaskId- Parameters:
taskId- ID of an opportunities task (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)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getOpportunitiesTasksTaskId
public OpportunitiesTasksResponse getOpportunitiesTasksTaskId(Integer taskId, String datasource, String ifNoneMatch) throws ApiException
Get opportunities task Return information of an opportunities task --- This route expires daily at 11:05- Parameters:
taskId- ID of an opportunities task (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)- Returns:
- OpportunitiesTasksResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getOpportunitiesTasksTaskIdWithHttpInfo
public ApiResponse<OpportunitiesTasksResponse> getOpportunitiesTasksTaskIdWithHttpInfo(Integer taskId, String datasource, String ifNoneMatch) throws ApiException
Get opportunities task Return information of an opportunities task --- This route expires daily at 11:05- Parameters:
taskId- ID of an opportunities task (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)- Returns:
- ApiResponse<OpportunitiesTasksResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getOpportunitiesTasksTaskIdAsync
public okhttp3.Call getOpportunitiesTasksTaskIdAsync(Integer taskId, String datasource, String ifNoneMatch, ApiCallback<OpportunitiesTasksResponse> _callback) throws ApiException
Get opportunities task (asynchronously) Return information of an opportunities task --- This route expires daily at 11:05- Parameters:
taskId- ID of an opportunities task (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)_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
-
-