Package net.troja.eve.esi.api
Class SovereigntyApi
- java.lang.Object
-
- net.troja.eve.esi.api.SovereigntyApi
-
public class SovereigntyApi extends Object
-
-
Constructor Summary
Constructors Constructor Description SovereigntyApi()SovereigntyApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()List<SovereigntyCampaignsResponse>getSovereigntyCampaigns(String datasource, String ifNoneMatch)List sovereignty campaigns Shows sovereignty data for campaigns. --- This route is cached for up to 5 secondsokhttp3.CallgetSovereigntyCampaignsAsync(String datasource, String ifNoneMatch, ApiCallback<List<SovereigntyCampaignsResponse>> _callback)List sovereignty campaigns (asynchronously) Shows sovereignty data for campaigns. --- This route is cached for up to 5 secondsokhttp3.CallgetSovereigntyCampaignsCall(String datasource, String ifNoneMatch, ApiCallback _callback)Build call for getSovereigntyCampaignsApiResponse<List<SovereigntyCampaignsResponse>>getSovereigntyCampaignsWithHttpInfo(String datasource, String ifNoneMatch)List sovereignty campaigns Shows sovereignty data for campaigns. --- This route is cached for up to 5 secondsList<SovereigntyMapResponse>getSovereigntyMap(String datasource, String ifNoneMatch)List sovereignty of systems Shows sovereignty information for solar systems --- This route is cached for up to 3600 secondsokhttp3.CallgetSovereigntyMapAsync(String datasource, String ifNoneMatch, ApiCallback<List<SovereigntyMapResponse>> _callback)List sovereignty of systems (asynchronously) Shows sovereignty information for solar systems --- This route is cached for up to 3600 secondsokhttp3.CallgetSovereigntyMapCall(String datasource, String ifNoneMatch, ApiCallback _callback)Build call for getSovereigntyMapApiResponse<List<SovereigntyMapResponse>>getSovereigntyMapWithHttpInfo(String datasource, String ifNoneMatch)List sovereignty of systems Shows sovereignty information for solar systems --- This route is cached for up to 3600 secondsList<SovereigntyStructuresResponse>getSovereigntyStructures(String datasource, String ifNoneMatch)List sovereignty structures Shows sovereignty data for structures. --- This route is cached for up to 120 secondsokhttp3.CallgetSovereigntyStructuresAsync(String datasource, String ifNoneMatch, ApiCallback<List<SovereigntyStructuresResponse>> _callback)List sovereignty structures (asynchronously) Shows sovereignty data for structures. --- This route is cached for up to 120 secondsokhttp3.CallgetSovereigntyStructuresCall(String datasource, String ifNoneMatch, ApiCallback _callback)Build call for getSovereigntyStructuresApiResponse<List<SovereigntyStructuresResponse>>getSovereigntyStructuresWithHttpInfo(String datasource, String ifNoneMatch)List sovereignty structures Shows sovereignty data for structures. --- This route is cached for up to 120 secondsvoidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
SovereigntyApi
public SovereigntyApi()
-
SovereigntyApi
public SovereigntyApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getSovereigntyCampaignsCall
public okhttp3.Call getSovereigntyCampaignsCall(String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
Build call for getSovereigntyCampaigns- 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
-
getSovereigntyCampaigns
public List<SovereigntyCampaignsResponse> getSovereigntyCampaigns(String datasource, String ifNoneMatch) throws ApiException
List sovereignty campaigns Shows sovereignty data for campaigns. --- This route is cached for up to 5 seconds- 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<SovereigntyCampaignsResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getSovereigntyCampaignsWithHttpInfo
public ApiResponse<List<SovereigntyCampaignsResponse>> getSovereigntyCampaignsWithHttpInfo(String datasource, String ifNoneMatch) throws ApiException
List sovereignty campaigns Shows sovereignty data for campaigns. --- This route is cached for up to 5 seconds- 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<SovereigntyCampaignsResponse>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getSovereigntyCampaignsAsync
public okhttp3.Call getSovereigntyCampaignsAsync(String datasource, String ifNoneMatch, ApiCallback<List<SovereigntyCampaignsResponse>> _callback) throws ApiException
List sovereignty campaigns (asynchronously) Shows sovereignty data for campaigns. --- This route is cached for up to 5 seconds- 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
-
getSovereigntyMapCall
public okhttp3.Call getSovereigntyMapCall(String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
Build call for getSovereigntyMap- 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
-
getSovereigntyMap
public List<SovereigntyMapResponse> getSovereigntyMap(String datasource, String ifNoneMatch) throws ApiException
List sovereignty of systems Shows sovereignty information for solar systems --- This route is cached for up to 3600 seconds- 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<SovereigntyMapResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getSovereigntyMapWithHttpInfo
public ApiResponse<List<SovereigntyMapResponse>> getSovereigntyMapWithHttpInfo(String datasource, String ifNoneMatch) throws ApiException
List sovereignty of systems Shows sovereignty information for solar systems --- This route is cached for up to 3600 seconds- 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<SovereigntyMapResponse>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getSovereigntyMapAsync
public okhttp3.Call getSovereigntyMapAsync(String datasource, String ifNoneMatch, ApiCallback<List<SovereigntyMapResponse>> _callback) throws ApiException
List sovereignty of systems (asynchronously) Shows sovereignty information for solar systems --- This route is cached for up to 3600 seconds- 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
-
getSovereigntyStructuresCall
public okhttp3.Call getSovereigntyStructuresCall(String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
Build call for getSovereigntyStructures- 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
-
getSovereigntyStructures
public List<SovereigntyStructuresResponse> getSovereigntyStructures(String datasource, String ifNoneMatch) throws ApiException
List sovereignty structures Shows sovereignty data for structures. --- This route is cached for up to 120 seconds- 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<SovereigntyStructuresResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getSovereigntyStructuresWithHttpInfo
public ApiResponse<List<SovereigntyStructuresResponse>> getSovereigntyStructuresWithHttpInfo(String datasource, String ifNoneMatch) throws ApiException
List sovereignty structures Shows sovereignty data for structures. --- This route is cached for up to 120 seconds- 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<SovereigntyStructuresResponse>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getSovereigntyStructuresAsync
public okhttp3.Call getSovereigntyStructuresAsync(String datasource, String ifNoneMatch, ApiCallback<List<SovereigntyStructuresResponse>> _callback) throws ApiException
List sovereignty structures (asynchronously) Shows sovereignty data for structures. --- This route is cached for up to 120 seconds- 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
-
-