Uses of Class
org.wso2.am.integration.clients.admin.api.dto.SearchResultListDTO
Packages that use SearchResultListDTO
Package
Description
-
Uses of SearchResultListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return SearchResultListDTOModifier and TypeMethodDescriptionApIsApi.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 SearchResultListDTOModifier and TypeMethodDescriptionApIsApi.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 SearchResultListDTOModifier and TypeMethodDescriptionokhttp3.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 SearchResultListDTOModifier and TypeMethodDescriptionSearchResultListDTO.apis(List<ApiResultDTO> apis) SearchResultListDTO.pagination(PaginationDTO pagination)