public class LoyaltyApi extends Object
| Constructor and Description |
|---|
LoyaltyApi() |
LoyaltyApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<CharacterLoyaltyPointsResponse> |
getCharactersCharacterIdLoyaltyPoints(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get loyalty points Return a list of loyalty points for all corporations
the character has worked for --- This route is cached for up to 3600
seconds SSO Scope: esi-characters.read_loyalty.v1
|
okhttp3.Call |
getCharactersCharacterIdLoyaltyPointsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterLoyaltyPointsResponse>> _callback)
Get loyalty points (asynchronously) Return a list of loyalty points for
all corporations the character has worked for --- This route is cached
for up to 3600 seconds SSO Scope: esi-characters.read_loyalty.v1
|
okhttp3.Call |
getCharactersCharacterIdLoyaltyPointsCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdLoyaltyPoints
|
ApiResponse<List<CharacterLoyaltyPointsResponse>> |
getCharactersCharacterIdLoyaltyPointsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get loyalty points Return a list of loyalty points for all corporations
the character has worked for --- This route is cached for up to 3600
seconds SSO Scope: esi-characters.read_loyalty.v1
|
List<LoyaltyStoreOffersResponse> |
getLoyaltyStoresCorporationIdOffers(Integer corporationId,
String datasource,
String ifNoneMatch)
List loyalty store offers Return a list of offers from a specific
corporation's loyalty store --- This route expires daily at 11:05
|
okhttp3.Call |
getLoyaltyStoresCorporationIdOffersAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
ApiCallback<List<LoyaltyStoreOffersResponse>> _callback)
List loyalty store offers (asynchronously) Return a list of offers from a
specific corporation's loyalty store --- This route expires daily at
11:05
|
okhttp3.Call |
getLoyaltyStoresCorporationIdOffersCall(Integer corporationId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getLoyaltyStoresCorporationIdOffers
|
ApiResponse<List<LoyaltyStoreOffersResponse>> |
getLoyaltyStoresCorporationIdOffersWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch)
List loyalty store offers Return a list of offers from a specific
corporation's loyalty store --- This route expires daily at 11:05
|
void |
setApiClient(ApiClient apiClient) |
public LoyaltyApi()
public LoyaltyApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getCharactersCharacterIdLoyaltyPointsCall(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<CharacterLoyaltyPointsResponse> getCharactersCharacterIdLoyaltyPoints(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<CharacterLoyaltyPointsResponse>> getCharactersCharacterIdLoyaltyPointsWithHttpInfo(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 getCharactersCharacterIdLoyaltyPointsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CharacterLoyaltyPointsResponse>> _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 getLoyaltyStoresCorporationIdOffersCall(Integer corporationId, String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
corporationId - An EVE corporation 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<LoyaltyStoreOffersResponse> getLoyaltyStoresCorporationIdOffers(Integer corporationId, String datasource, String ifNoneMatch) throws ApiException
corporationId - An EVE corporation 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<LoyaltyStoreOffersResponse>> getLoyaltyStoresCorporationIdOffersWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch) throws ApiException
corporationId - An EVE corporation 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 okhttp3.Call getLoyaltyStoresCorporationIdOffersAsync(Integer corporationId, String datasource, String ifNoneMatch, ApiCallback<List<LoyaltyStoreOffersResponse>> _callback) throws ApiException
corporationId - An EVE corporation 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 © 2020. All Rights Reserved.