public class SearchApi extends Object
| Constructor and Description |
|---|
SearchApi() |
SearchApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
CharacterSearchResponse |
getCharactersCharacterIdSearch(List<String> categories,
Integer characterId,
String search,
String datasource,
String language,
Boolean strict,
String token,
String userAgent,
String xUserAgent)
Search on a string Search for entities that match a given sub-string. ---
This route is cached for up to 3600 seconds --- [This route has an
available
update](https://esi.tech.ccp.is/diff/latest/dev/#GET-/characters
/{character_id}/search/) SSO Scope: esi-search.search_structures.v1
|
SearchResponse |
getSearch(List<String> categories,
String search,
String datasource,
String language,
Boolean strict,
String userAgent,
String xUserAgent)
Search on a string Search for entities that match a given sub-string. ---
This route is cached for up to 3600 seconds --- [This route has an
available update](https://esi.tech.ccp.is/diff/latest/dev/#GET-/search/)
|
void |
setApiClient(ApiClient apiClient) |
public SearchApi()
public SearchApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public CharacterSearchResponse getCharactersCharacterIdSearch(List<String> categories, Integer characterId, String search, String datasource, String language, Boolean strict, String token, String userAgent, String xUserAgent) throws ApiException
categories - Type of entities to search for (required)characterId - An EVE character ID (required)search - The string to search on (required)datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)strict - Whether the search should be a strict match (optional, default
to false)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic SearchResponse getSearch(List<String> categories, String search, String datasource, String language, Boolean strict, String userAgent, String xUserAgent) throws ApiException
categories - Type of entities to search for (required)search - The string to search on (required)datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)strict - Whether the search should be a strict match (optional, default
to false)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callCopyright © 2017. All Rights Reserved.