public class SovereigntyApi extends Object
| Constructor and Description |
|---|
SovereigntyApi() |
SovereigntyApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<SovereigntyCampaignsResponse> |
getSovereigntyCampaigns(String datasource,
String ifNoneMatch)
List sovereignty campaigns Shows sovereignty data for campaigns. --- This
route is cached for up to 5 seconds
|
List<SovereigntyMapResponse> |
getSovereigntyMap(String datasource,
String ifNoneMatch)
List sovereignty of systems Shows sovereignty information for solar
systems --- This route is cached for up to 3600 seconds
|
List<SovereigntyStructuresResponse> |
getSovereigntyStructures(String datasource,
String ifNoneMatch)
List sovereignty structures Shows sovereignty data for structures. ---
This route is cached for up to 120 seconds
|
void |
setApiClient(ApiClient apiClient) |
public SovereigntyApi()
public SovereigntyApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<SovereigntyCampaignsResponse> getSovereigntyCampaigns(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 List<SovereigntyMapResponse> getSovereigntyMap(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 List<SovereigntyStructuresResponse> getSovereigntyStructures(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 callCopyright © 2019. All Rights Reserved.