public class AllianceApi extends Object
| Constructor and Description |
|---|
AllianceApi() |
AllianceApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getAlliances(String datasource,
String ifNoneMatch)
List all alliances List all active player alliances --- This route is
cached for up to 3600 seconds
|
AllianceResponse |
getAlliancesAllianceId(Integer allianceId,
String datasource,
String ifNoneMatch)
Get alliance information Public information about an alliance --- This
route is cached for up to 3600 seconds
|
com.squareup.okhttp.Call |
getAlliancesAllianceIdAsync(Integer allianceId,
String datasource,
String ifNoneMatch,
ApiCallback<AllianceResponse> callback)
Get alliance information (asynchronously) Public information about an
alliance --- This route is cached for up to 3600 seconds
|
com.squareup.okhttp.Call |
getAlliancesAllianceIdCall(Integer allianceId,
String datasource,
String ifNoneMatch,
ApiCallback callback)
Build call for getAlliancesAllianceId
|
List<Integer> |
getAlliancesAllianceIdCorporations(Integer allianceId,
String datasource,
String ifNoneMatch)
List alliance's corporations List all current member corporations of
an alliance --- This route is cached for up to 3600 seconds
|
com.squareup.okhttp.Call |
getAlliancesAllianceIdCorporationsAsync(Integer allianceId,
String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> callback)
List alliance's corporations (asynchronously) List all current member
corporations of an alliance --- This route is cached for up to 3600
seconds
|
com.squareup.okhttp.Call |
getAlliancesAllianceIdCorporationsCall(Integer allianceId,
String datasource,
String ifNoneMatch,
ApiCallback callback)
Build call for getAlliancesAllianceIdCorporations
|
ApiResponse<List<Integer>> |
getAlliancesAllianceIdCorporationsWithHttpInfo(Integer allianceId,
String datasource,
String ifNoneMatch)
List alliance's corporations List all current member corporations of
an alliance --- This route is cached for up to 3600 seconds
|
AllianceIconsResponse |
getAlliancesAllianceIdIcons(Integer allianceId,
String datasource,
String ifNoneMatch)
Get alliance icon Get the icon urls for a alliance --- This route expires
daily at 11:05
|
com.squareup.okhttp.Call |
getAlliancesAllianceIdIconsAsync(Integer allianceId,
String datasource,
String ifNoneMatch,
ApiCallback<AllianceIconsResponse> callback)
Get alliance icon (asynchronously) Get the icon urls for a alliance ---
This route expires daily at 11:05
|
com.squareup.okhttp.Call |
getAlliancesAllianceIdIconsCall(Integer allianceId,
String datasource,
String ifNoneMatch,
ApiCallback callback)
Build call for getAlliancesAllianceIdIcons
|
ApiResponse<AllianceIconsResponse> |
getAlliancesAllianceIdIconsWithHttpInfo(Integer allianceId,
String datasource,
String ifNoneMatch)
Get alliance icon Get the icon urls for a alliance --- This route expires
daily at 11:05
|
ApiResponse<AllianceResponse> |
getAlliancesAllianceIdWithHttpInfo(Integer allianceId,
String datasource,
String ifNoneMatch)
Get alliance information Public information about an alliance --- This
route is cached for up to 3600 seconds
|
com.squareup.okhttp.Call |
getAlliancesAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> callback)
List all alliances (asynchronously) List all active player alliances ---
This route is cached for up to 3600 seconds
|
com.squareup.okhttp.Call |
getAlliancesCall(String datasource,
String ifNoneMatch,
ApiCallback callback)
Build call for getAlliances
|
ApiResponse<List<Integer>> |
getAlliancesWithHttpInfo(String datasource,
String ifNoneMatch)
List all alliances List all active player alliances --- This route is
cached for up to 3600 seconds
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public AllianceApi()
public AllianceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getAlliancesCall(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> getAlliances(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>> getAlliancesWithHttpInfo(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 com.squareup.okhttp.Call getAlliancesAsync(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 com.squareup.okhttp.Call getAlliancesAllianceIdCall(Integer allianceId, String datasource, String ifNoneMatch, ApiCallback callback) throws ApiException
allianceId - An EVE alliance 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)callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic AllianceResponse getAlliancesAllianceId(Integer allianceId, String datasource, String ifNoneMatch) throws ApiException
allianceId - An EVE alliance 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<AllianceResponse> getAlliancesAllianceIdWithHttpInfo(Integer allianceId, String datasource, String ifNoneMatch) throws ApiException
allianceId - An EVE alliance 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call getAlliancesAllianceIdAsync(Integer allianceId, String datasource, String ifNoneMatch, ApiCallback<AllianceResponse> callback) throws ApiException
allianceId - An EVE alliance 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)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 com.squareup.okhttp.Call getAlliancesAllianceIdCorporationsCall(Integer allianceId, String datasource, String ifNoneMatch, ApiCallback callback) throws ApiException
allianceId - An EVE alliance 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)callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic List<Integer> getAlliancesAllianceIdCorporations(Integer allianceId, String datasource, String ifNoneMatch) throws ApiException
allianceId - An EVE alliance 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<Integer>> getAlliancesAllianceIdCorporationsWithHttpInfo(Integer allianceId, String datasource, String ifNoneMatch) throws ApiException
allianceId - An EVE alliance 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call getAlliancesAllianceIdCorporationsAsync(Integer allianceId, String datasource, String ifNoneMatch, ApiCallback<List<Integer>> callback) throws ApiException
allianceId - An EVE alliance 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)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 com.squareup.okhttp.Call getAlliancesAllianceIdIconsCall(Integer allianceId, String datasource, String ifNoneMatch, ApiCallback callback) throws ApiException
allianceId - An EVE alliance 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)callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic AllianceIconsResponse getAlliancesAllianceIdIcons(Integer allianceId, String datasource, String ifNoneMatch) throws ApiException
allianceId - An EVE alliance 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<AllianceIconsResponse> getAlliancesAllianceIdIconsWithHttpInfo(Integer allianceId, String datasource, String ifNoneMatch) throws ApiException
allianceId - An EVE alliance 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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic com.squareup.okhttp.Call getAlliancesAllianceIdIconsAsync(Integer allianceId, String datasource, String ifNoneMatch, ApiCallback<AllianceIconsResponse> callback) throws ApiException
allianceId - An EVE alliance 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)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 © 2019. All Rights Reserved.