public class LocationApi extends Object
| Constructor and Description |
|---|
LocationApi() |
LocationApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
CharacterLocationResponse |
getCharactersCharacterIdLocation(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character location Information about the characters current location.
|
com.squareup.okhttp.Call |
getCharactersCharacterIdLocationAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterLocationResponse> callback)
Get character location (asynchronously) Information about the characters
current location.
|
com.squareup.okhttp.Call |
getCharactersCharacterIdLocationCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback callback)
Build call for getCharactersCharacterIdLocation
|
ApiResponse<CharacterLocationResponse> |
getCharactersCharacterIdLocationWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character location Information about the characters current location.
|
CharacterOnlineResponse |
getCharactersCharacterIdOnline(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character online Checks if the character is currently online --- This
route is cached for up to 60 seconds SSO Scope:
esi-location.read_online.v1
|
com.squareup.okhttp.Call |
getCharactersCharacterIdOnlineAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterOnlineResponse> callback)
Get character online (asynchronously) Checks if the character is
currently online --- This route is cached for up to 60 seconds SSO Scope:
esi-location.read_online.v1
|
com.squareup.okhttp.Call |
getCharactersCharacterIdOnlineCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback callback)
Build call for getCharactersCharacterIdOnline
|
ApiResponse<CharacterOnlineResponse> |
getCharactersCharacterIdOnlineWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character online Checks if the character is currently online --- This
route is cached for up to 60 seconds SSO Scope:
esi-location.read_online.v1
|
CharacterShipResponse |
getCharactersCharacterIdShip(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get current ship Get the current ship type, name and id --- This route is
cached for up to 5 seconds SSO Scope: esi-location.read_ship_type.v1
|
com.squareup.okhttp.Call |
getCharactersCharacterIdShipAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterShipResponse> callback)
Get current ship (asynchronously) Get the current ship type, name and id
--- This route is cached for up to 5 seconds SSO Scope:
esi-location.read_ship_type.v1
|
com.squareup.okhttp.Call |
getCharactersCharacterIdShipCall(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback callback)
Build call for getCharactersCharacterIdShip
|
ApiResponse<CharacterShipResponse> |
getCharactersCharacterIdShipWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get current ship Get the current ship type, name and id --- This route is
cached for up to 5 seconds SSO Scope: esi-location.read_ship_type.v1
|
void |
setApiClient(ApiClient apiClient) |
public LocationApi()
public LocationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getCharactersCharacterIdLocationCall(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 CharacterLocationResponse getCharactersCharacterIdLocation(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<CharacterLocationResponse> getCharactersCharacterIdLocationWithHttpInfo(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 com.squareup.okhttp.Call getCharactersCharacterIdLocationAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterLocationResponse> 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 com.squareup.okhttp.Call getCharactersCharacterIdOnlineCall(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 CharacterOnlineResponse getCharactersCharacterIdOnline(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<CharacterOnlineResponse> getCharactersCharacterIdOnlineWithHttpInfo(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 com.squareup.okhttp.Call getCharactersCharacterIdOnlineAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterOnlineResponse> 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 com.squareup.okhttp.Call getCharactersCharacterIdShipCall(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 CharacterShipResponse getCharactersCharacterIdShip(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<CharacterShipResponse> getCharactersCharacterIdShipWithHttpInfo(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 com.squareup.okhttp.Call getCharactersCharacterIdShipAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterShipResponse> 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 objectCopyright © 2019. All Rights Reserved.