public class OpportunitiesApi extends Object
| Constructor and Description |
|---|
OpportunitiesApi() |
OpportunitiesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
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.v1
|
okhttp3.Call |
getCharactersCharacterIdOpportunitiesAsync(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.v1
|
okhttp3.Call |
getCharactersCharacterIdOpportunitiesCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdOpportunities
|
ApiResponse<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.v1
|
List<Integer> |
getOpportunitiesGroups(String datasource,
String ifNoneMatch)
Get opportunities groups Return a list of opportunities groups --- This
route expires daily at 11:05
|
okhttp3.Call |
getOpportunitiesGroupsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get opportunities groups (asynchronously) Return a list of opportunities
groups --- This route expires daily at 11:05
|
okhttp3.Call |
getOpportunitiesGroupsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getOpportunitiesGroups
|
OpportunitiesGroupResponse |
getOpportunitiesGroupsGroupId(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:05
|
okhttp3.Call |
getOpportunitiesGroupsGroupIdAsync(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:05
|
okhttp3.Call |
getOpportunitiesGroupsGroupIdCall(Integer groupId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
ApiCallback _callback)
Build call for getOpportunitiesGroupsGroupId
|
ApiResponse<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:05
|
ApiResponse<List<Integer>> |
getOpportunitiesGroupsWithHttpInfo(String datasource,
String ifNoneMatch)
Get opportunities groups Return a list of opportunities groups --- This
route expires daily at 11:05
|
List<Integer> |
getOpportunitiesTasks(String datasource,
String ifNoneMatch)
Get opportunities tasks Return a list of opportunities tasks --- This
route expires daily at 11:05
|
okhttp3.Call |
getOpportunitiesTasksAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get opportunities tasks (asynchronously) Return a list of opportunities
tasks --- This route expires daily at 11:05
|
okhttp3.Call |
getOpportunitiesTasksCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getOpportunitiesTasks
|
OpportunitiesTasksResponse |
getOpportunitiesTasksTaskId(Integer taskId,
String datasource,
String ifNoneMatch)
Get opportunities task Return information of an opportunities task ---
This route expires daily at 11:05
|
okhttp3.Call |
getOpportunitiesTasksTaskIdAsync(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:05
|
okhttp3.Call |
getOpportunitiesTasksTaskIdCall(Integer taskId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getOpportunitiesTasksTaskId
|
ApiResponse<OpportunitiesTasksResponse> |
getOpportunitiesTasksTaskIdWithHttpInfo(Integer taskId,
String datasource,
String ifNoneMatch)
Get opportunities task Return information of an opportunities task ---
This route expires daily at 11:05
|
ApiResponse<List<Integer>> |
getOpportunitiesTasksWithHttpInfo(String datasource,
String ifNoneMatch)
Get opportunities tasks Return a list of opportunities tasks --- This
route expires daily at 11:05
|
void |
setApiClient(ApiClient apiClient) |
public OpportunitiesApi()
public OpportunitiesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getCharactersCharacterIdOpportunitiesCall(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<CharacterOpportunitiesResponse> getCharactersCharacterIdOpportunities(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<CharacterOpportunitiesResponse>> getCharactersCharacterIdOpportunitiesWithHttpInfo(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 okhttp3.Call getCharactersCharacterIdOpportunitiesAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CharacterOpportunitiesResponse>> _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 okhttp3.Call getOpportunitiesGroupsCall(String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
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 progressApiException - If fail to serialize the request body objectpublic List<Integer> getOpportunitiesGroups(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<Integer>> getOpportunitiesGroupsWithHttpInfo(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getOpportunitiesGroupsAsync(String datasource, String ifNoneMatch, ApiCallback<List<Integer>> _callback) throws ApiException
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 finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getOpportunitiesGroupsGroupIdCall(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback _callback) throws ApiException
groupId - ID of an opportunities group (required)acceptLanguage - Language to use in the response (optional, default to en-us)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-us)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic OpportunitiesGroupResponse getOpportunitiesGroupsGroupId(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
groupId - ID of an opportunities group (required)acceptLanguage - Language to use in the response (optional, default to en-us)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-us)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<OpportunitiesGroupResponse> getOpportunitiesGroupsGroupIdWithHttpInfo(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
groupId - ID of an opportunities group (required)acceptLanguage - Language to use in the response (optional, default to en-us)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-us)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getOpportunitiesGroupsGroupIdAsync(Integer groupId, String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback<OpportunitiesGroupResponse> _callback) throws ApiException
groupId - ID of an opportunities group (required)acceptLanguage - Language to use in the response (optional, default to en-us)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-us)_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 okhttp3.Call getOpportunitiesTasksCall(String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
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 progressApiException - If fail to serialize the request body objectpublic List<Integer> getOpportunitiesTasks(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<Integer>> getOpportunitiesTasksWithHttpInfo(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getOpportunitiesTasksAsync(String datasource, String ifNoneMatch, ApiCallback<List<Integer>> _callback) throws ApiException
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 finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getOpportunitiesTasksTaskIdCall(Integer taskId, String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
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 progressApiException - If fail to serialize the request body objectpublic OpportunitiesTasksResponse getOpportunitiesTasksTaskId(Integer taskId, String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<OpportunitiesTasksResponse> getOpportunitiesTasksTaskIdWithHttpInfo(Integer taskId, String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getOpportunitiesTasksTaskIdAsync(Integer taskId, String datasource, String ifNoneMatch, ApiCallback<OpportunitiesTasksResponse> _callback) throws ApiException
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 finishesApiException - If fail to process the API call, e.g. serializing the request
body objectCopyright © 2021. All Rights Reserved.