Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.MCPServerMetadataListDTO
-
Packages that use MCPServerMetadataListDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of MCPServerMetadataListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return MCPServerMetadataListDTO Modifier and Type Method Description MCPServerMetadataListDTOApIsApi. getMCPServerUsage(String apiId)Retrieve MCP Server(s) that uses the given API This operation can be used to retrieve/identify MCP Server(s) that uses the API given by the `apiId` parameter.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type MCPServerMetadataListDTO Modifier and Type Method Description ApiResponse<MCPServerMetadataListDTO>ApIsApi. getMCPServerUsageWithHttpInfo(String apiId)Retrieve MCP Server(s) that uses the given API This operation can be used to retrieve/identify MCP Server(s) that uses the API given by the `apiId` parameter.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type MCPServerMetadataListDTO Modifier and Type Method Description okhttp3.CallApIsApi. getMCPServerUsageAsync(String apiId, ApiCallback<MCPServerMetadataListDTO> _callback)Retrieve MCP Server(s) that uses the given API (asynchronously) This operation can be used to retrieve/identify MCP Server(s) that uses the API given by the `apiId` parameter. -
Uses of MCPServerMetadataListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return MCPServerMetadataListDTO Modifier and Type Method Description MCPServerMetadataListDTOMCPServerMetadataListDTO. count(Integer count)MCPServerMetadataListDTOMCPServerMetadataListDTO. list(List<MCPServerMetadataDTO> list)
-