public class UnifiedSearchApi extends Object
| Constructor and Description |
|---|
UnifiedSearchApi() |
UnifiedSearchApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
SearchResultListDTO |
search(Integer limit,
Integer offset,
String query,
String ifNoneMatch)
Retrieve/Search APIs and API Documents by Content
This operation provides you a list of available APIs and API Documents qualifying the given keyword match.
|
okhttp3.Call |
searchAsync(Integer limit,
Integer offset,
String query,
String ifNoneMatch,
ApiCallback<SearchResultListDTO> _callback)
Retrieve/Search APIs and API Documents by Content (asynchronously)
This operation provides you a list of available APIs and API Documents qualifying the given keyword match.
|
okhttp3.Call |
searchCall(Integer limit,
Integer offset,
String query,
String ifNoneMatch,
ApiCallback _callback)
Build call for search
|
ApiResponse<SearchResultListDTO> |
searchWithHttpInfo(Integer limit,
Integer offset,
String query,
String ifNoneMatch)
Retrieve/Search APIs and API Documents by Content
This operation provides you a list of available APIs and API Documents qualifying the given keyword match.
|
void |
setApiClient(ApiClient apiClient) |
public UnifiedSearchApi()
public UnifiedSearchApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call searchCall(Integer limit, Integer offset, String query, String ifNoneMatch, ApiCallback _callback) throws ApiException
limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)query - **Search**. You can search by proving a keyword. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic SearchResultListDTO search(Integer limit, Integer offset, String query, String ifNoneMatch) throws ApiException
limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)query - **Search**. You can search by proving a keyword. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SearchResultListDTO> searchWithHttpInfo(Integer limit, Integer offset, String query, String ifNoneMatch) throws ApiException
limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)query - **Search**. You can search by proving a keyword. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call searchAsync(Integer limit, Integer offset, String query, String ifNoneMatch, ApiCallback<SearchResultListDTO> _callback) throws ApiException
limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)query - **Search**. You can search by proving a keyword. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (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 © 2021 WSO2 Inc. All rights reserved.