Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIListDTO
Packages that use APIListDTO
Package
Description
-
Uses of APIListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIListDTOModifier and TypeMethodDescriptionApIsApi.getAllAPIs(Integer limit, Integer offset, String sortBy, String sortOrder, String xWSO2Tenant, String query, String ifNoneMatch, String accept) Retrieve/Search APIs This operation provides you a list of available APIs qualifying under a given search condition.McpServersApi.getAllMCPServers(Integer limit, Integer offset, String xWSO2Tenant, String query, String ifNoneMatch, String accept) Retrieve/Search MCP Servers This operation provides you a list of available MCP servers qualifying under a given search condition.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type APIListDTOModifier and TypeMethodDescriptionApIsApi.getAllAPIsWithHttpInfo(Integer limit, Integer offset, String sortBy, String sortOrder, String xWSO2Tenant, String query, String ifNoneMatch, String accept) Retrieve/Search APIs This operation provides you a list of available APIs qualifying under a given search condition.McpServersApi.getAllMCPServersWithHttpInfo(Integer limit, Integer offset, String xWSO2Tenant, String query, String ifNoneMatch, String accept) Retrieve/Search MCP Servers This operation provides you a list of available MCP servers qualifying under a given search condition.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type APIListDTOModifier and TypeMethodDescriptionokhttp3.CallApIsApi.getAllAPIsAsync(Integer limit, Integer offset, String sortBy, String sortOrder, String xWSO2Tenant, String query, String ifNoneMatch, String accept, ApiCallback<APIListDTO> _callback) Retrieve/Search APIs (asynchronously) This operation provides you a list of available APIs qualifying under a given search condition.okhttp3.CallMcpServersApi.getAllMCPServersAsync(Integer limit, Integer offset, String xWSO2Tenant, String query, String ifNoneMatch, String accept, ApiCallback<APIListDTO> _callback) Retrieve/Search MCP Servers (asynchronously) This operation provides you a list of available MCP servers qualifying under a given search condition. -
Uses of APIListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIListDTOModifier and TypeMethodDescriptionAPIListDTO.list(List<APIInfoDTO> list) APIListDTO.pagination(PaginationDTO pagination)