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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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.