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
|
List<Integer> |
getOpportunitiesGroups(String datasource,
String ifNoneMatch)
Get opportunities groups Return a list of opportunities groups --- This
route expires daily at 11:05
|
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
|
List<Integer> |
getOpportunitiesTasks(String datasource,
String ifNoneMatch)
Get opportunities tasks Return a list of opportunities tasks --- This
route expires daily at 11:05
|
OpportunitiesTasksResponse |
getOpportunitiesTasksTaskId(Integer taskId,
String datasource,
String ifNoneMatch)
Get opportunities task Return information of an opportunities task ---
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 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 fails to make API callpublic 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 fails to make API callpublic 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 fails to make API callpublic 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 fails to make API callpublic 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 fails to make API callCopyright © 2019. All Rights Reserved.