Uses of Class
org.wso2.am.integration.clients.admin.api.dto.SearchResultListDTO
-
Packages that use SearchResultListDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of SearchResultListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return SearchResultListDTO Modifier and Type Method Description SearchResultListDTOApIsApi. getAllAPIs(Integer limit, Integer offset, String query, String ifNoneMatch)Retrieve/Search APIs This operation provides you a list of available APIs qualifying under a given search condition.Methods in org.wso2.am.integration.clients.admin.api that return types with arguments of type SearchResultListDTO Modifier and Type Method Description ApiResponse<SearchResultListDTO>ApIsApi. getAllAPIsWithHttpInfo(Integer limit, Integer offset, String query, String ifNoneMatch)Retrieve/Search APIs This operation provides you a list of available APIs qualifying under a given search condition.Method parameters in org.wso2.am.integration.clients.admin.api with type arguments of type SearchResultListDTO Modifier and Type Method Description okhttp3.CallApIsApi. getAllAPIsAsync(Integer limit, Integer offset, String query, String ifNoneMatch, ApiCallback<SearchResultListDTO> _callback)Retrieve/Search APIs (asynchronously) This operation provides you a list of available APIs qualifying under a given search condition. -
Uses of SearchResultListDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return SearchResultListDTO Modifier and Type Method Description SearchResultListDTOSearchResultListDTO. apis(List<ApiResultDTO> apis)SearchResultListDTOSearchResultListDTO. count(Integer count)SearchResultListDTOSearchResultListDTO. pagination(PaginationDTO pagination)
-