Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.APIListDTO
-
Packages that use APIListDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of APIListDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return APIListDTO Modifier and Type Method Description APIListDTOApIsApi. apisGet(Integer limit, Integer offset, String xWSO2Tenant, 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.store.api.v1 that return types with arguments of type APIListDTO Modifier and Type Method Description ApiResponse<APIListDTO>ApIsApi. apisGetWithHttpInfo(Integer limit, Integer offset, String xWSO2Tenant, 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.store.api.v1 with type arguments of type APIListDTO Modifier and Type Method Description okhttp3.CallApIsApi. apisGetAsync(Integer limit, Integer offset, String xWSO2Tenant, String query, String ifNoneMatch, ApiCallback<APIListDTO> _callback)Retrieve/Search APIs (asynchronously) This operation provides you a list of available APIs qualifying under a given search condition. -
Uses of APIListDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return APIListDTO Modifier and Type Method Description APIListDTOAPIListDTO. count(Integer count)APIListDTOAPIListDTO. list(List<APIInfoDTO> list)APIListDTOAPIListDTO. pagination(PaginationDTO pagination)
-