| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
SearchResultListDTO |
UnifiedSearchApi.searchGet(Integer limit,
Integer offset,
String xWSO2Tenant,
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.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SearchResultListDTO> |
UnifiedSearchApi.searchGetWithHttpInfo(Integer limit,
Integer offset,
String xWSO2Tenant,
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
UnifiedSearchApi.searchGetAsync(Integer limit,
Integer offset,
String xWSO2Tenant,
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.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResultListDTO |
SearchResultListDTO.addListItem(Object listItem) |
SearchResultListDTO |
SearchResultListDTO.count(Integer count) |
SearchResultListDTO |
SearchResultListDTO.list(List<Object> list) |
SearchResultListDTO |
SearchResultListDTO.pagination(PaginationDTO pagination) |
Copyright © 2020 WSO2 Inc. All rights reserved.