Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.SearchResultListDTO
-
Packages that use SearchResultListDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of SearchResultListDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return SearchResultListDTO Modifier and Type Method Description SearchResultListDTOUnifiedSearchApi. 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.Methods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type SearchResultListDTO Modifier and Type Method 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.Method parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type SearchResultListDTO Modifier and Type Method Description okhttp3.CallUnifiedSearchApi. 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. -
Uses of SearchResultListDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return SearchResultListDTO Modifier and Type Method Description SearchResultListDTOSearchResultListDTO. count(Integer count)SearchResultListDTOSearchResultListDTO. list(List<Object> list)SearchResultListDTOSearchResultListDTO. pagination(PaginationDTO pagination)
-