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 acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict,
String token)
Search on a string Search for entities that match a given sub-string. ---
This route is cached for up to 3600 seconds SSO Scope:
esi-search.search_structures.v1
|
okhttp3.Call |
getCharactersCharacterIdSearchAsync(List<String> categories,
Integer characterId,
String search,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict,
String token,
ApiCallback<CharacterSearchResponse> _callback)
Search on a string (asynchronously) Search for entities that match a
given sub-string. --- This route is cached for up to 3600 seconds SSO
Scope: esi-search.search_structures.v1
|
okhttp3.Call |
getCharactersCharacterIdSearchCall(List<String> categories,
Integer characterId,
String search,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdSearch
|
ApiResponse<CharacterSearchResponse> |
getCharactersCharacterIdSearchWithHttpInfo(List<String> categories,
Integer characterId,
String search,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict,
String token)
Search on a string Search for entities that match a given sub-string. ---
This route is cached for up to 3600 seconds SSO Scope:
esi-search.search_structures.v1
|
SearchResponse |
getSearch(List<String> categories,
String search,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict)
Search on a string Search for entities that match a given sub-string. ---
This route is cached for up to 3600 seconds SSO Scope:
esi-search.search_structures.v1
|
okhttp3.Call |
getSearchAsync(List<String> categories,
String search,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict,
ApiCallback<SearchResponse> _callback)
Search on a string (asynchronously) Search for entities that match a
given sub-string. --- This route is cached for up to 3600 seconds SSO
Scope: esi-search.search_structures.v1
|
okhttp3.Call |
getSearchCall(List<String> categories,
String search,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict,
ApiCallback _callback)
Build call for getSearch
|
ApiResponse<SearchResponse> |
getSearchWithHttpInfo(List<String> categories,
String search,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
Boolean strict)
Search on a string Search for entities that match a given sub-string. ---
This route is cached for up to 3600 seconds SSO Scope:
esi-search.search_structures.v1
|
void |
setApiClient(ApiClient apiClient) |
public SearchApi()
public SearchApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getCharactersCharacterIdSearchCall(List<String> categories, Integer characterId, String search, String acceptLanguage, String datasource, String ifNoneMatch, String language, Boolean strict, String token, ApiCallback _callback) throws ApiException
categories - Type of entities to search for (required)characterId - An EVE character ID (required)search - The string to search on (required)acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic CharacterSearchResponse getCharactersCharacterIdSearch(List<String> categories, Integer characterId, String search, String acceptLanguage, String datasource, String ifNoneMatch, String language, Boolean strict, String token) throws ApiException
categories - Type of entities to search for (required)characterId - An EVE character ID (required)search - The string to search on (required)acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<CharacterSearchResponse> getCharactersCharacterIdSearchWithHttpInfo(List<String> categories, Integer characterId, String search, String acceptLanguage, String datasource, String ifNoneMatch, String language, Boolean strict, String token) throws ApiException
categories - Type of entities to search for (required)characterId - An EVE character ID (required)search - The string to search on (required)acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getCharactersCharacterIdSearchAsync(List<String> categories, Integer characterId, String search, String acceptLanguage, String datasource, String ifNoneMatch, String language, Boolean strict, String token, ApiCallback<CharacterSearchResponse> _callback) throws ApiException
categories - Type of entities to search for (required)characterId - An EVE character ID (required)search - The string to search on (required)acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (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)_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 getSearchCall(List<String> categories, String search, String acceptLanguage, String datasource, String ifNoneMatch, String language, Boolean strict, ApiCallback _callback) throws ApiException
categories - Type of entities to search for (required)search - The string to search on (required)acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)strict - Whether the search should be a strict match (optional, default
to false)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic SearchResponse getSearch(List<String> categories, String search, String acceptLanguage, String datasource, String ifNoneMatch, String language, Boolean strict) throws ApiException
categories - Type of entities to search for (required)search - The string to search on (required)acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)strict - Whether the search should be a strict match (optional, default
to false)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<SearchResponse> getSearchWithHttpInfo(List<String> categories, String search, String acceptLanguage, String datasource, String ifNoneMatch, String language, Boolean strict) throws ApiException
categories - Type of entities to search for (required)search - The string to search on (required)acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)strict - Whether the search should be a strict match (optional, default
to false)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getSearchAsync(List<String> categories, String search, String acceptLanguage, String datasource, String ifNoneMatch, String language, Boolean strict, ApiCallback<SearchResponse> _callback) throws ApiException
categories - Type of entities to search for (required)search - The string to search on (required)acceptLanguage - Language to use in the response (optional, default to en-us)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)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)strict - Whether the search should be a strict match (optional, default
to false)_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.