Uses of Interface
org.wso2.am.integration.clients.publisher.api.ApiCallback
Packages that use ApiCallback
Package
Description
-
Uses of ApiCallback in org.wso2.am.integration.clients.publisher.api
Methods in org.wso2.am.integration.clients.publisher.api with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallApiClient.buildCall(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.RequestApiClient.buildRequest(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.<T> voidApiClient.executeAsync(okhttp3.Call call, Type returnType, ApiCallback<T> callback) Execute HTTP call asynchronously.<T> voidApiClient.executeAsync(okhttp3.Call call, ApiCallback<T> callback) Constructors in org.wso2.am.integration.clients.publisher.api with parameters of type ApiCallbackModifierConstructorDescriptionProgressRequestBody(okhttp3.RequestBody requestBody, ApiCallback callback) ProgressResponseBody(okhttp3.ResponseBody responseBody, ApiCallback callback) -
Uses of ApiCallback in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallClientCertificatesApi.addAPIClientCertificateAsync(String apiId, File certificate, String alias, String tier, ApiCallback<ClientCertMetadataDTO> _callback) Upload a New Certificate (asynchronously) This operation can be used to upload a new certificate for an endpoint.okhttp3.CallClientCertificatesApi.addAPIClientCertificateCall(String apiId, File certificate, String alias, String tier, ApiCallback _callback) Build call for addAPIClientCertificateokhttp3.CallClientCertificatesApi.addAPIClientCertificateOfGivenKeyTypeAsync(String keyType, String apiId, File certificate, String alias, String tier, ApiCallback<ClientCertMetadataDTO> _callback) Upload a New Certificate of the given key type (asynchronously) This operation can be used to upload a new certificate for an endpoint of the given type.okhttp3.CallClientCertificatesApi.addAPIClientCertificateOfGivenKeyTypeCall(String keyType, String apiId, File certificate, String alias, String tier, ApiCallback _callback) Build call for addAPIClientCertificateOfGivenKeyTypeokhttp3.CallApiDocumentsApi.addAPIDocumentAsync(String apiId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Add a New Document to an API (asynchronously) This operation can be used to add a new documentation to an API.okhttp3.CallApiDocumentsApi.addAPIDocumentCall(String apiId, DocumentDTO documentDTO, String ifMatch, ApiCallback _callback) Build call for addAPIDocumentokhttp3.CallApiDocumentsApi.addAPIDocumentContentAsync(String apiId, String documentId, String ifMatch, File file, String inlineContent, ApiCallback<DocumentDTO> _callback) Upload the Content of an API Document (asynchronously) Thid operation can be used to upload a file or add inline content to an API document.okhttp3.CallApiDocumentsApi.addAPIDocumentContentCall(String apiId, String documentId, String ifMatch, File file, String inlineContent, ApiCallback _callback) Build call for addAPIDocumentContentokhttp3.CallApiEndpointsApi.addApiEndpointAsync(String apiId, APIEndpointDTO apIEndpointDTO, ApiCallback<APIEndpointDTO> _callback) Add an Endpoint (asynchronously) This operation can be used to add an endpoint to an API.okhttp3.CallApiEndpointsApi.addApiEndpointCall(String apiId, APIEndpointDTO apIEndpointDTO, ApiCallback _callback) Build call for addApiEndpointokhttp3.CallApiMonetizationApi.addAPIMonetizationAsync(String apiId, APIMonetizationInfoDTO apIMonetizationInfoDTO, ApiCallback<Void> _callback) Configure Monetization for a Given API (asynchronously) This operation can be used to configure monetization for a given API.okhttp3.CallApiMonetizationApi.addAPIMonetizationCall(String apiId, APIMonetizationInfoDTO apIMonetizationInfoDTO, ApiCallback _callback) Build call for addAPIMonetizationokhttp3.CallApiProductDocumentsApi.addAPIProductDocumentAsync(String apiProductId, DocumentDTO documentDTO, ApiCallback<DocumentDTO> _callback) Add a New Document to an API Product (asynchronously) This operation can be used to add a new documentation to an API Product.okhttp3.CallApiProductDocumentsApi.addAPIProductDocumentCall(String apiProductId, DocumentDTO documentDTO, ApiCallback _callback) Build call for addAPIProductDocumentokhttp3.CallApiProductDocumentsApi.addAPIProductDocumentContentAsync(String apiProductId, String documentId, String ifMatch, File file, String inlineContent, ApiCallback<DocumentDTO> _callback) Upload the Content of an API Product Document (asynchronously) Thid operation can be used to upload a file or add inline content to an API Product document.okhttp3.CallApiProductDocumentsApi.addAPIProductDocumentContentCall(String apiProductId, String documentId, String ifMatch, File file, String inlineContent, ApiCallback _callback) Build call for addAPIProductDocumentContentokhttp3.CallApiOperationPoliciesApi.addAPISpecificOperationPolicyAsync(String apiId, File policySpecFile, File synapsePolicyDefinitionFile, File ccPolicyDefinitionFile, ApiCallback<OperationPolicyDataDTO> _callback) Add an API specific operation policy (asynchronously) This operation can be used to add an API specifc operation policy.okhttp3.CallApiOperationPoliciesApi.addAPISpecificOperationPolicyCall(String apiId, File policySpecFile, File synapsePolicyDefinitionFile, File ccPolicyDefinitionFile, ApiCallback _callback) Build call for addAPISpecificOperationPolicyokhttp3.CallCommentsApi.addCommentToAPIAsync(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo, ApiCallback<CommentDTO> _callback) Add an API Comment (asynchronously)okhttp3.CallCommentsApi.addCommentToAPICall(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo, ApiCallback _callback) Build call for addCommentToAPIokhttp3.CallCommentsApi.addCommentToMCPServerAsync(String mcpServerId, CommentRequestDTO commentRequestDTO, String replyTo, ApiCallback<CommentDTO> _callback) Add an MCP Server Comment (asynchronously)okhttp3.CallCommentsApi.addCommentToMCPServerCall(String mcpServerId, CommentRequestDTO commentRequestDTO, String replyTo, ApiCallback _callback) Build call for addCommentToMCPServerokhttp3.CallOperationPoliciesApi.addCommonOperationPolicyAsync(File policySpecFile, File synapsePolicyDefinitionFile, File ccPolicyDefinitionFile, ApiCallback<OperationPolicyDataDTO> _callback) Add a new common operation policy (asynchronously) This operation can be used to add a new common operation policy.okhttp3.CallOperationPoliciesApi.addCommonOperationPolicyCall(File policySpecFile, File synapsePolicyDefinitionFile, File ccPolicyDefinitionFile, ApiCallback _callback) Build call for addCommonOperationPolicyokhttp3.CallEndpointCertificatesApi.addEndpointCertificateAsync(File certificate, String alias, String endpoint, ApiCallback<CertMetadataDTO> _callback) Upload a new Certificate.okhttp3.CallEndpointCertificatesApi.addEndpointCertificateCall(File certificate, String alias, String endpoint, ApiCallback _callback) Build call for addEndpointCertificateokhttp3.CallGatewayPoliciesApi.addGatewayPoliciesToFlowsAsync(GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback<GatewayPolicyMappingInfoDTO> _callback) Engage gateway policies to the request, response, fault flows (asynchronously) This operation can be used to apply gateway policies to the request, response, fault flows.okhttp3.CallGatewayPoliciesApi.addGatewayPoliciesToFlowsCall(GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback _callback) Build call for addGatewayPoliciesToFlowsokhttp3.CallMcpServerDocumentsApi.addMCPServerDocumentAsync(String mcpServerId, DocumentDTO documentDTO, ApiCallback<DocumentDTO> _callback) Add a New Document to a MCP server (asynchronously) This operation can be used to add a new documentation to a MCP server.okhttp3.CallMcpServerDocumentsApi.addMCPServerDocumentCall(String mcpServerId, DocumentDTO documentDTO, ApiCallback _callback) Build call for addMCPServerDocumentokhttp3.CallMcpServerDocumentsApi.addMCPServerDocumentContentAsync(String mcpServerId, String documentId, String ifMatch, File file, String inlineContent, ApiCallback<DocumentDTO> _callback) Upload the Content of a MCP Server Document (asynchronously) This operation can be used to upload a file or add inline content to a MCP server document.okhttp3.CallMcpServerDocumentsApi.addMCPServerDocumentContentCall(String mcpServerId, String documentId, String ifMatch, File file, String inlineContent, ApiCallback _callback) Build call for addMCPServerDocumentContentokhttp3.CallScopesApi.addSharedScopeAsync(ScopeDTO scopeDTO, ApiCallback<ScopeDTO> _callback) Add a New Shared Scope (asynchronously) This operation can be used to add a new Shared Scope.okhttp3.CallScopesApi.addSharedScopeCall(ScopeDTO scopeDTO, ApiCallback _callback) Build call for addSharedScopeokhttp3.CallApIsApi.apisApiIdAsyncapiGetAsync(String apiId, String ifNoneMatch, ApiCallback<String> _callback) Get AsyncAPI definition (asynchronously) This operation can be used to retrieve the AsyncAPI definition of an API.okhttp3.CallApIsApi.apisApiIdAsyncapiGetCall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for apisApiIdAsyncapiGetokhttp3.CallApIsApi.apisApiIdAsyncapiPutAsync(String apiId, String ifMatch, String apiDefinition, String url, File file, ApiCallback<String> _callback) Update AsyncAPI definition (asynchronously) This operation can be used to update the AsyncAPI definition of an existing API.okhttp3.CallApIsApi.apisApiIdAsyncapiPutCall(String apiId, String ifMatch, String apiDefinition, String url, File file, ApiCallback _callback) Build call for apisApiIdAsyncapiPutokhttp3.CallApIsApi.apisApiIdEnvironmentsEnvIdKeysGetAsync(String apiId, String envId, ApiCallback<Map<String, String>> _callback) get environment specific API properties (asynchronously) This operation can be used to retrieve environment specific API properties from an existing API.okhttp3.CallApIsApi.apisApiIdEnvironmentsEnvIdKeysGetCall(String apiId, String envId, ApiCallback _callback) Build call for apisApiIdEnvironmentsEnvIdKeysGetokhttp3.CallApIsApi.apisApiIdEnvironmentsEnvIdKeysPutAsync(String apiId, String envId, Map<String, String> requestBody, ApiCallback<Map<String, String>> _callback) Update environment specific API properties (asynchronously) This operation can be used to update the environment specific API properties of an existing API.okhttp3.CallApIsApi.apisApiIdEnvironmentsEnvIdKeysPutCall(String apiId, String envId, Map<String, String> requestBody, ApiCallback _callback) Build call for apisApiIdEnvironmentsEnvIdKeysPutokhttp3.CallSubscriptionsApi.blockSubscriptionAsync(String subscriptionId, String blockState, String ifMatch, ApiCallback<Void> _callback) Block a Subscription (asynchronously) This operation can be used to block a subscription.okhttp3.CallSubscriptionsApi.blockSubscriptionCall(String subscriptionId, String blockState, String ifMatch, ApiCallback _callback) Build call for blockSubscriptionokhttp3.CallApiLifecycleApi.changeAPILifecycleAsync(String action, String apiId, String lifecycleChecklist, String ifMatch, ApiCallback<WorkflowResponseDTO> _callback) Change API Status (asynchronously) This operation is used to change the lifecycle of an API.okhttp3.CallApiLifecycleApi.changeAPILifecycleCall(String action, String apiId, String lifecycleChecklist, String ifMatch, ApiCallback _callback) Build call for changeAPILifecycleokhttp3.CallApiProductLifecycleApi.changeAPIProductLifecycleAsync(String action, String apiProductId, String lifecycleChecklist, String ifMatch, ApiCallback<WorkflowResponseDTO> _callback) Change API Product LC Status (asynchronously) This operation is used to change the lifecycle of an API Product.okhttp3.CallApiProductLifecycleApi.changeAPIProductLifecycleCall(String action, String apiProductId, String lifecycleChecklist, String ifMatch, ApiCallback _callback) Build call for changeAPIProductLifecycleokhttp3.CallMcpServerLifecycleApi.changeMCPServerLifecycleAsync(String action, String mcpServerId, String lifecycleChecklist, String ifMatch, ApiCallback<WorkflowResponseDTO> _callback) Change MCP Server Status (asynchronously) This operation is used to change the lifecycle of a MCP server.okhttp3.CallMcpServerLifecycleApi.changeMCPServerLifecycleCall(String action, String mcpServerId, String lifecycleChecklist, String ifMatch, ApiCallback _callback) Build call for changeMCPServerLifecycleokhttp3.CallSubscriptionsApi.changeSubscriptionBusinessPlanAsync(String subscriptionId, String businessPlan, String ifMatch, ApiCallback<Void> _callback) Change subscription business plan (asynchronously) This operation can be used to change the business plan of a subscription specifying the subscription Id and the business plan.okhttp3.CallSubscriptionsApi.changeSubscriptionBusinessPlanCall(String subscriptionId, String businessPlan, String ifMatch, ApiCallback _callback) Build call for changeSubscriptionBusinessPlanokhttp3.CallApIsApi.createAPIAsync(APIDTO APIDTO, String openAPIVersion, ApiCallback<APIDTO> _callback) Create a New API (asynchronously) This operation can be used to create a new API specifying the details of the API in the payload.okhttp3.CallApIsApi.createAPICall(APIDTO APIDTO, String openAPIVersion, ApiCallback _callback) Build call for createAPIokhttp3.CallApiProductsApi.createAPIProductAsync(APIProductDTO apIProductDTO, ApiCallback<APIProductDTO> _callback) Create a New API Product (asynchronously) This operation can be used to create a new API Product specifying the details of the API Product in the payload.okhttp3.CallApiProductsApi.createAPIProductCall(APIProductDTO apIProductDTO, ApiCallback _callback) Build call for createAPIProductokhttp3.CallApiProductRevisionsApi.createAPIProductRevisionAsync(String apiProductId, APIRevisionDTO apIRevisionDTO, ApiCallback<APIRevisionDTO> _callback) Create a new API Product revision (asynchronously) Create a new API Product revisionokhttp3.CallApiProductRevisionsApi.createAPIProductRevisionCall(String apiProductId, APIRevisionDTO apIRevisionDTO, ApiCallback _callback) Build call for createAPIProductRevisionokhttp3.CallApiRevisionsApi.createAPIRevisionAsync(String apiId, APIRevisionDTO apIRevisionDTO, ApiCallback<APIRevisionDTO> _callback) Create API Revision (asynchronously) Create a new API revisionokhttp3.CallApiRevisionsApi.createAPIRevisionCall(String apiId, APIRevisionDTO apIRevisionDTO, ApiCallback _callback) Build call for createAPIRevisionokhttp3.CallMcpServersApi.createMCPServerFromAPIAsync(MCPServerDTO mcPServerDTO, String openAPIVersion, ApiCallback<MCPServerDTO> _callback) Create a New MCP Server (asynchronously) This operation can be used to create a new MCP server using an existing API.okhttp3.CallMcpServersApi.createMCPServerFromAPICall(MCPServerDTO mcPServerDTO, String openAPIVersion, ApiCallback _callback) Build call for createMCPServerFromAPIokhttp3.CallMcpServersApi.createMCPServerFromOpenAPIAsync(File file, String url, String additionalProperties, ApiCallback<MCPServerDTO> _callback) Create a MCP server using an OpenAPI definition.okhttp3.CallMcpServersApi.createMCPServerFromOpenAPICall(File file, String url, String additionalProperties, ApiCallback _callback) Build call for createMCPServerFromOpenAPIokhttp3.CallMcpServersApi.createMCPServerProxyAsync(MCPServerProxyRequestDTO mcPServerProxyRequestDTO, ApiCallback<MCPServerDTO> _callback) Create an MCP server by proxying a third-party MCP Server (asynchronously) This operation can be used to create a MCP server using a third party MCP Server.okhttp3.CallMcpServersApi.createMCPServerProxyCall(MCPServerProxyRequestDTO mcPServerProxyRequestDTO, ApiCallback _callback) Build call for createMCPServerProxyokhttp3.CallMcpServerRevisionsApi.createMCPServerRevisionAsync(String mcpServerId, APIRevisionDTO apIRevisionDTO, ApiCallback<APIRevisionDTO> _callback) Create MCP Server Revision (asynchronously) Create a new MCP Server revisionokhttp3.CallMcpServerRevisionsApi.createMCPServerRevisionCall(String mcpServerId, APIRevisionDTO apIRevisionDTO, ApiCallback _callback) Build call for createMCPServerRevisionokhttp3.CallApiProductsApi.createNewAPIProductVersionAsync(String newVersion, String apiProductId, Boolean defaultVersion, ApiCallback<APIProductDTO> _callback) Create a New API Product Version (asynchronously) This operation can be used to create a new version of an existing API Products.okhttp3.CallApiProductsApi.createNewAPIProductVersionCall(String newVersion, String apiProductId, Boolean defaultVersion, ApiCallback _callback) Build call for createNewAPIProductVersionokhttp3.CallApIsApi.createNewAPIVersionAsync(String newVersion, String apiId, Boolean defaultVersion, String serviceVersion, ApiCallback<APIDTO> _callback) Create a New API Version (asynchronously) This operation can be used to create a new version of an existing API.okhttp3.CallApIsApi.createNewAPIVersionCall(String newVersion, String apiId, Boolean defaultVersion, String serviceVersion, ApiCallback _callback) Build call for createNewAPIVersionokhttp3.CallMcpServersApi.createNewMCPServerVersionAsync(String newVersion, String mcpServerId, Boolean defaultVersion, String serviceVersion, ApiCallback<MCPServerDTO> _callback) Create a New MCP Server Version (asynchronously) This operation can be used to create a new version of an existing MCP server.okhttp3.CallMcpServersApi.createNewMCPServerVersionCall(String newVersion, String mcpServerId, Boolean defaultVersion, String serviceVersion, ApiCallback _callback) Build call for createNewMCPServerVersionokhttp3.CallApIsApi.deleteAPIAsync(String apiId, String ifMatch, ApiCallback<Void> _callback) Delete an API (asynchronously) This operation can be used to delete an existing API proving the Id of the API.okhttp3.CallApIsApi.deleteAPICall(String apiId, String ifMatch, ApiCallback _callback) Build call for deleteAPIokhttp3.CallClientCertificatesApi.deleteAPIClientCertificateByAliasAsync(String alias, String apiId, ApiCallback<Void> _callback) Delete a Certificate (asynchronously) This operation can be used to delete an uploaded certificate.okhttp3.CallClientCertificatesApi.deleteAPIClientCertificateByAliasCall(String alias, String apiId, ApiCallback _callback) Build call for deleteAPIClientCertificateByAliasokhttp3.CallClientCertificatesApi.deleteAPIClientCertificateByKeyTypeAndAliasAsync(String keyType, String alias, String apiId, ApiCallback<Void> _callback) Delete a Certificate of a Given Key Type (asynchronously) This operation can be used to delete an uploaded certificate of a given key type.okhttp3.CallClientCertificatesApi.deleteAPIClientCertificateByKeyTypeAndAliasCall(String keyType, String alias, String apiId, ApiCallback _callback) Build call for deleteAPIClientCertificateByKeyTypeAndAliasokhttp3.CallApiDocumentsApi.deleteAPIDocumentAsync(String apiId, String documentId, String ifMatch, ApiCallback<Void> _callback) Delete a Document of an API (asynchronously) This operation can be used to delete a document associated with an API.okhttp3.CallApiDocumentsApi.deleteAPIDocumentCall(String apiId, String documentId, String ifMatch, ApiCallback _callback) Build call for deleteAPIDocumentokhttp3.CallApiEndpointsApi.deleteApiEndpointAsync(String apiId, String endpointId, ApiCallback<Void> _callback) Delete an Endpoint (asynchronously) This operation can be used to delete a API endpoint.okhttp3.CallApiEndpointsApi.deleteApiEndpointCall(String apiId, String endpointId, ApiCallback _callback) Build call for deleteApiEndpointokhttp3.CallApiLifecycleApi.deleteAPILifecycleStatePendingTasksAsync(String apiId, ApiCallback<Void> _callback) Delete Pending Lifecycle State Change Tasks (asynchronously) This operation can be used to remove pending lifecycle state change requests that are in pending stateokhttp3.CallApiLifecycleApi.deleteAPILifecycleStatePendingTasksCall(String apiId, ApiCallback _callback) Build call for deleteAPILifecycleStatePendingTasksokhttp3.CallApiProductsApi.deleteAPIProductAsync(String apiProductId, String ifMatch, ApiCallback<Void> _callback) Delete an API Product (asynchronously) This operation can be used to delete an existing API Product proving the Id of the API Product.okhttp3.CallApiProductsApi.deleteAPIProductCall(String apiProductId, String ifMatch, ApiCallback _callback) Build call for deleteAPIProductokhttp3.CallApiProductDocumentsApi.deleteAPIProductDocumentAsync(String apiProductId, String documentId, String ifMatch, ApiCallback<Void> _callback) Delete a Document of an API Product (asynchronously) This operation can be used to delete a document associated with an API Product.okhttp3.CallApiProductDocumentsApi.deleteAPIProductDocumentCall(String apiProductId, String documentId, String ifMatch, ApiCallback _callback) Build call for deleteAPIProductDocumentokhttp3.CallApiProductLifecycleApi.deleteAPIProductLifecycleStatePendingTasksAsync(String apiProductId, ApiCallback<Void> _callback) Delete Pending Lifecycle State Change Tasks (asynchronously) This operation can be used to remove pending lifecycle state change requests that are in pending stateokhttp3.CallApiProductLifecycleApi.deleteAPIProductLifecycleStatePendingTasksCall(String apiProductId, ApiCallback _callback) Build call for deleteAPIProductLifecycleStatePendingTasksokhttp3.CallApiProductRevisionsApi.deleteAPIProductRevisionAsync(String apiProductId, String revisionId, ApiCallback<APIRevisionListDTO> _callback) Delete Revision (asynchronously) Delete a revision of an API Productokhttp3.CallApiProductRevisionsApi.deleteAPIProductRevisionCall(String apiProductId, String revisionId, ApiCallback _callback) Build call for deleteAPIProductRevisionokhttp3.CallApiRevisionsApi.deleteAPIRevisionAsync(String apiId, String revisionId, ApiCallback<APIRevisionListDTO> _callback) Delete Revision (asynchronously) Delete a revision of an APIokhttp3.CallApiRevisionsApi.deleteAPIRevisionCall(String apiId, String revisionId, ApiCallback _callback) Build call for deleteAPIRevisionokhttp3.CallApiRevisionsApi.deleteAPIRevisionDeploymentPendingTaskAsync(String apiId, String revisionId, String envName, ApiCallback<Void> _callback) Delete Pending Revision Deployment Workflow Tasks (asynchronously) This operation can be used to remove pending revision deployment requests that are in pending stateokhttp3.CallApiRevisionsApi.deleteAPIRevisionDeploymentPendingTaskCall(String apiId, String revisionId, String envName, ApiCallback _callback) Build call for deleteAPIRevisionDeploymentPendingTaskokhttp3.CallApiOperationPoliciesApi.deleteAPISpecificOperationPolicyByPolicyIdAsync(String apiId, String operationPolicyId, ApiCallback<Void> _callback) Delete an API Specific Operation Policy (asynchronously) This operation can be used to delete an existing API specific opreation policy by providing the Id of the API and the Id of the policy.okhttp3.CallApiOperationPoliciesApi.deleteAPISpecificOperationPolicyByPolicyIdCall(String apiId, String operationPolicyId, ApiCallback _callback) Build call for deleteAPISpecificOperationPolicyByPolicyIdokhttp3.CallCommentsApi.deleteCommentAsync(String commentId, String apiId, String ifMatch, ApiCallback<Void> _callback) Delete an API Comment (asynchronously) Remove a Commentokhttp3.CallCommentsApi.deleteCommentCall(String commentId, String apiId, String ifMatch, ApiCallback _callback) Build call for deleteCommentokhttp3.CallCommentsApi.deleteCommentOfMCPServerAsync(String commentId, String mcpServerId, String ifMatch, ApiCallback<Void> _callback) Delete a MCP Server Comment (asynchronously) Remove a Commentokhttp3.CallCommentsApi.deleteCommentOfMCPServerCall(String commentId, String mcpServerId, String ifMatch, ApiCallback _callback) Build call for deleteCommentOfMCPServerokhttp3.CallOperationPoliciesApi.deleteCommonOperationPolicyByPolicyIdAsync(String operationPolicyId, ApiCallback<Void> _callback) Delete a common operation policy (asynchronously) This operation can be used to delete an existing common opreation policy by providing the Id of the policy.okhttp3.CallOperationPoliciesApi.deleteCommonOperationPolicyByPolicyIdCall(String operationPolicyId, ApiCallback _callback) Build call for deleteCommonOperationPolicyByPolicyIdokhttp3.CallEndpointCertificatesApi.deleteEndpointCertificateByAliasAsync(String alias, ApiCallback<Void> _callback) Delete a certificate.okhttp3.CallEndpointCertificatesApi.deleteEndpointCertificateByAliasCall(String alias, ApiCallback _callback) Build call for deleteEndpointCertificateByAliasokhttp3.CallGatewayPoliciesApi.deleteGatewayPolicyByPolicyIdAsync(String gatewayPolicyMappingId, ApiCallback<Void> _callback) Delete a gateway policy mapping (asynchronously) This operation can be used to delete an existing gateway policy mapping by providing the Id of the policy mapping.okhttp3.CallGatewayPoliciesApi.deleteGatewayPolicyByPolicyIdCall(String gatewayPolicyMappingId, ApiCallback _callback) Build call for deleteGatewayPolicyByPolicyIdokhttp3.CallMcpServersApi.deleteMCPServerAsync(String mcpServerId, String ifMatch, ApiCallback<Void> _callback) Delete a MCP Server (asynchronously) This operation can be used to delete a MCP server by providing the Id of the MCP server.okhttp3.CallMcpServersApi.deleteMCPServerCall(String mcpServerId, String ifMatch, ApiCallback _callback) Build call for deleteMCPServerokhttp3.CallMcpServerDocumentsApi.deleteMCPServerDocumentAsync(String mcpServerId, String documentId, String ifMatch, ApiCallback<Void> _callback) Delete a Document of a MCP Server (asynchronously) This operation can be used to delete a document associated with a MCP server.okhttp3.CallMcpServerDocumentsApi.deleteMCPServerDocumentCall(String mcpServerId, String documentId, String ifMatch, ApiCallback _callback) Build call for deleteMCPServerDocumentokhttp3.CallMcpServerLifecycleApi.deleteMCPServerLifecycleStatePendingTasksAsync(String mcpServerId, ApiCallback<Void> _callback) Delete Pending Lifecycle State Change Tasks (asynchronously) This operation can be used to remove pending lifecycle state change requests that are in pending stateokhttp3.CallMcpServerLifecycleApi.deleteMCPServerLifecycleStatePendingTasksCall(String mcpServerId, ApiCallback _callback) Build call for deleteMCPServerLifecycleStatePendingTasksokhttp3.CallMcpServerRevisionsApi.deleteMCPServerRevisionAsync(String mcpServerId, String revisionId, ApiCallback<APIRevisionListDTO> _callback) Delete a MCP Server Revision (asynchronously) Delete a revision of a MCP server.okhttp3.CallMcpServerRevisionsApi.deleteMCPServerRevisionCall(String mcpServerId, String revisionId, ApiCallback _callback) Build call for deleteMCPServerRevisionokhttp3.CallMcpServerRevisionsApi.deleteMCPServerRevisionDeploymentPendingTaskAsync(String mcpServerId, String revisionId, String envName, ApiCallback<Void> _callback) Delete Pending Revision Deployment Workflow Tasks (asynchronously) This operation can be used to remove pending revision deployment requests that are in pending stateokhttp3.CallMcpServerRevisionsApi.deleteMCPServerRevisionDeploymentPendingTaskCall(String mcpServerId, String revisionId, String envName, ApiCallback _callback) Build call for deleteMCPServerRevisionDeploymentPendingTaskokhttp3.CallScopesApi.deleteSharedScopeAsync(String scopeId, ApiCallback<Void> _callback) Delete a Shared Scope (asynchronously) This operation can be used to delete a Shared Scope proving the Id of the scope.okhttp3.CallScopesApi.deleteSharedScopeCall(String scopeId, ApiCallback _callback) Build call for deleteSharedScopeokhttp3.CallApiProductRevisionsApi.deployAPIProductRevisionAsync(String apiProductId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback<Void> _callback) Deploy Revision (asynchronously) Deploy an API Product Revisionokhttp3.CallApiProductRevisionsApi.deployAPIProductRevisionCall(String apiProductId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback _callback) Build call for deployAPIProductRevisionokhttp3.CallApiRevisionsApi.deployAPIRevisionAsync(String apiId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback<List<APIRevisionDeploymentDTO>> _callback) Deploy Revision (asynchronously) Deploy a revisionokhttp3.CallApiRevisionsApi.deployAPIRevisionCall(String apiId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback _callback) Build call for deployAPIRevisionokhttp3.CallMcpServerRevisionsApi.deployMCPServerRevisionAsync(String mcpServerId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback<List<APIRevisionDeploymentDTO>> _callback) Deploy Revision (asynchronously) Deploy a revision of a MCP server.okhttp3.CallMcpServerRevisionsApi.deployMCPServerRevisionCall(String mcpServerId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback _callback) Build call for deployMCPServerRevisionokhttp3.CallCommentsApi.editCommentOfAPIAsync(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO, ApiCallback<CommentDTO> _callback) Edit a comment (asynchronously) Edit the individual commentokhttp3.CallCommentsApi.editCommentOfAPICall(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO, ApiCallback _callback) Build call for editCommentOfAPIokhttp3.CallCommentsApi.editCommentOfMCPServerAsync(String commentId, String mcpServerId, CommentRequestDTO commentRequestDTO, ApiCallback<CommentDTO> _callback) Edit a comment (asynchronously) Edit the individual commentokhttp3.CallCommentsApi.editCommentOfMCPServerCall(String commentId, String mcpServerId, CommentRequestDTO commentRequestDTO, ApiCallback _callback) Build call for editCommentOfMCPServerokhttp3.CallGatewayPoliciesApi.engageGlobalPolicyAsync(String gatewayPolicyMappingId, List<GatewayPolicyDeploymentDTO> gatewayPolicyDeploymentDTO, ApiCallback<List<GatewayPolicyDeploymentDTO>> _callback) Engage gateway policy mapping to the gateways (asynchronously) This operation can be used to engage gateway policy mapping to the gateway/s.okhttp3.CallGatewayPoliciesApi.engageGlobalPolicyCall(String gatewayPolicyMappingId, List<GatewayPolicyDeploymentDTO> gatewayPolicyDeploymentDTO, ApiCallback _callback) Build call for engageGlobalPolicyokhttp3.CallImportExportApi.exportAPIAsync(String apiId, String name, String version, String revisionNumber, String providerName, String format, Boolean preserveStatus, Boolean latestRevision, ApiCallback<File> _callback) Export an API (asynchronously) This operation can be used to export the details of a particular API as a zip file.okhttp3.CallImportExportApi.exportAPICall(String apiId, String name, String version, String revisionNumber, String providerName, String format, Boolean preserveStatus, Boolean latestRevision, ApiCallback _callback) Build call for exportAPIokhttp3.CallImportExportApi.exportAPIProductAsync(String name, String version, String providerName, String revisionNumber, String format, Boolean preserveStatus, Boolean latestRevision, ApiCallback<File> _callback) Export an API Product (asynchronously) This operation can be used to export the details of a particular API Product as a zip file.okhttp3.CallImportExportApi.exportAPIProductCall(String name, String version, String providerName, String revisionNumber, String format, Boolean preserveStatus, Boolean latestRevision, ApiCallback _callback) Build call for exportAPIProductokhttp3.CallImportExportApi.exportMCPServerAsync(String mcpServerId, String name, String version, String revisionNumber, String providerName, String format, Boolean preserveStatus, Boolean latestRevision, String gatewayEnvironment, Boolean preserveCredentials, ApiCallback<File> _callback) Export a MCP Server (asynchronously) This operation can be used to export the details of a particular MCP server as a zip file.okhttp3.CallImportExportApi.exportMCPServerCall(String mcpServerId, String name, String version, String revisionNumber, String providerName, String format, Boolean preserveStatus, Boolean latestRevision, String gatewayEnvironment, Boolean preserveCredentials, ApiCallback _callback) Build call for exportMCPServerokhttp3.CallImportExportApi.exportOperationPolicyAsync(String name, String version, String format, ApiCallback<File> _callback) Export an API Policy by its name and version (asynchronously) This operation provides you to export a preferred common API policyokhttp3.CallImportExportApi.exportOperationPolicyCall(String name, String version, String format, ApiCallback _callback) Build call for exportOperationPolicyokhttp3.CallApIsApi.generateInternalAPIKeyAsync(String apiId, ApiCallback<APIKeyDTO> _callback) Generate internal API Key to invoke APIS.okhttp3.CallApIsApi.generateInternalAPIKeyCall(String apiId, ApiCallback _callback) Build call for generateInternalAPIKeyokhttp3.CallMcpServersApi.generateInternalAPIKeyMCPServerAsync(String mcpServerId, ApiCallback<APIKeyDTO> _callback) Generate internal API Key to invoke MCP Server.okhttp3.CallMcpServersApi.generateInternalAPIKeyMCPServerCall(String mcpServerId, ApiCallback _callback) Build call for generateInternalAPIKeyMCPServerokhttp3.CallApIsApi.generateMockScriptsAsync(String apiId, String ifNoneMatch, ApiCallback<String> _callback) Generate Mock Response Payloads (asynchronously) This operation can be used to generate mock responses from examples of swagger definition of an API.okhttp3.CallApIsApi.generateMockScriptsCall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for generateMockScriptsokhttp3.CallAiServiceProviderApi.getAIServiceProviderApiDefinitionAsync(String aiServiceProviderId, ApiCallback<String> _callback) Get AI Service Provider's API Definition (asynchronously) Get AI Service Provider's API Definitionokhttp3.CallAiServiceProviderApi.getAIServiceProviderApiDefinitionCall(String aiServiceProviderId, ApiCallback _callback) Build call for getAIServiceProviderApiDefinitionokhttp3.CallAiServiceProviderApi.getAIServiceProviderAsync(String aiServiceProviderId, ApiCallback<AIServiceProviderResponseDTO> _callback) Get AI Service Provider (asynchronously) Get a AI Service Providerokhttp3.CallAiServiceProviderApi.getAIServiceProviderCall(String aiServiceProviderId, ApiCallback _callback) Build call for getAIServiceProviderokhttp3.CallAiServiceProviderApi.getAIServiceProviderEndpointConfigurationAsync(String aiServiceProviderId, ApiCallback<AIServiceProviderEndpointConfigurationDTO> _callback) Get AI Service Provider's security configurations (asynchronously) Get AI Service Provider's endpoint security configurationsokhttp3.CallAiServiceProviderApi.getAIServiceProviderEndpointConfigurationCall(String aiServiceProviderId, ApiCallback _callback) Build call for getAIServiceProviderEndpointConfigurationokhttp3.CallAiServiceProviderApi.getAIServiceProviderModelsAsync(String aiServiceProviderId, ApiCallback<List<ModelProviderDTO>> _callback) Get AI Service Provider's model list (asynchronously) Get AI Service Provider's model listokhttp3.CallAiServiceProviderApi.getAIServiceProviderModelsCall(String aiServiceProviderId, ApiCallback _callback) Build call for getAIServiceProviderModelsokhttp3.CallAiServiceProvidersApi.getAIServiceProvidersAsync(ApiCallback<AIServiceProviderSummaryResponseListDTO> _callback) Get all AI Service providers (asynchronously) Get all AI Service providersokhttp3.CallAiServiceProvidersApi.getAIServiceProvidersCall(ApiCallback _callback) Build call for getAIServiceProvidersokhttp3.CallApiCategoryCollectionApi.getAllAPICategoriesAsync(ApiCallback<APICategoryListDTO> _callback) Get all API categories (asynchronously) Get all API categoriesokhttp3.CallApiCategoryCollectionApi.getAllAPICategoriesCall(ApiCallback _callback) Build call for getAllAPICategoriesokhttp3.CallApiProductsApi.getAllAPIProductsAsync(Integer limit, Integer offset, String query, String accept, String ifNoneMatch, ApiCallback<APIProductListDTO> _callback) Retrieve/Search API Products (asynchronously) This operation provides you a list of available API Products qualifying under a given search condition.okhttp3.CallApiProductsApi.getAllAPIProductsCall(Integer limit, Integer offset, String query, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAllAPIProductsokhttp3.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.CallApIsApi.getAllAPIsCall(Integer limit, Integer offset, String sortBy, String sortOrder, String xWSO2Tenant, String query, String ifNoneMatch, String accept, ApiCallback _callback) Build call for getAllAPIsokhttp3.CallApiOperationPoliciesApi.getAllAPISpecificOperationPoliciesAsync(String apiId, Integer limit, Integer offset, String query, ApiCallback<OperationPolicyDataListDTO> _callback) Get all API specific operation policies for an API (asynchronously) This operation provides you a list of all applicabale operation policies for an APIokhttp3.CallApiOperationPoliciesApi.getAllAPISpecificOperationPoliciesCall(String apiId, Integer limit, Integer offset, String query, ApiCallback _callback) Build call for getAllAPISpecificOperationPoliciesokhttp3.CallCommentsApi.getAllCommentsOfAPIAsync(String apiId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo, ApiCallback<CommentListDTO> _callback) Retrieve API Comments (asynchronously) Get a list of Comments that are already added to APIsokhttp3.CallCommentsApi.getAllCommentsOfAPICall(String apiId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo, ApiCallback _callback) Build call for getAllCommentsOfAPIokhttp3.CallCommentsApi.getAllCommentsOfMCPServerAsync(String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo, ApiCallback<CommentListDTO> _callback) Retrieve MCP Server Comments (asynchronously) Get a list of Comments that are already added to MCP Serverokhttp3.CallCommentsApi.getAllCommentsOfMCPServerCall(String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo, ApiCallback _callback) Build call for getAllCommentsOfMCPServerokhttp3.CallOperationPoliciesApi.getAllCommonOperationPoliciesAsync(Integer limit, Integer offset, String query, ApiCallback<OperationPolicyDataListDTO> _callback) Get all common operation policies to all the APIs (asynchronously) This operation provides you a list of all common operation policies that can be used by any APIokhttp3.CallOperationPoliciesApi.getAllCommonOperationPoliciesCall(Integer limit, Integer offset, String query, ApiCallback _callback) Build call for getAllCommonOperationPoliciesokhttp3.CallExternalStoresApi.getAllExternalStoresAsync(ApiCallback<ExternalStoreDTO> _callback) Retrieve External Stores List to Publish an API (asynchronously) Retrieve external stores list configured to publish an APIokhttp3.CallExternalStoresApi.getAllExternalStoresCall(ApiCallback _callback) Build call for getAllExternalStoresokhttp3.CallGatewayPoliciesApi.getAllGatewayPoliciesAsync(Integer limit, Integer offset, String query, ApiCallback<GatewayPolicyMappingDataListDTO> _callback) Get all gateway policies mapping information (asynchronously) This operation provides you a list of all gateway policies mapping information.okhttp3.CallGatewayPoliciesApi.getAllGatewayPoliciesCall(Integer limit, Integer offset, String query, ApiCallback _callback) Build call for getAllGatewayPoliciesokhttp3.CallKeyManagersCollectionApi.getAllKeyManagersAsync(ApiCallback<KeyManagerListDTO> _callback) Get All Key Managers (asynchronously) Get all Key managersokhttp3.CallKeyManagersCollectionApi.getAllKeyManagersCall(ApiCallback _callback) Build call for getAllKeyManagersokhttp3.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.okhttp3.CallMcpServersApi.getAllMCPServersCall(Integer limit, Integer offset, String xWSO2Tenant, String query, String ifNoneMatch, String accept, ApiCallback _callback) Build call for getAllMCPServersokhttp3.CallExternalStoresApi.getAllPublishedExternalStoresByAPIAsync(String apiId, String ifNoneMatch, ApiCallback<APIExternalStoreListDTO> _callback) Get the List of External Stores to which an API is Published (asynchronously) This operation can be used to retrieve a list of external stores which an API is published to by providing the id of the API.okhttp3.CallExternalStoresApi.getAllPublishedExternalStoresByAPICall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for getAllPublishedExternalStoresByAPIokhttp3.CallThrottlingPoliciesApi.getAllThrottlingPoliciesAsync(String policyLevel, Integer limit, Integer offset, String ifNoneMatch, ApiCallback<ThrottlingPolicyListDTO> _callback) Get All Throttling Policies for the Given Type (asynchronously) This operation can be used to list the available policies for a given policy level.okhttp3.CallThrottlingPoliciesApi.getAllThrottlingPoliciesCall(String policyLevel, Integer limit, Integer offset, String ifNoneMatch, ApiCallback _callback) Build call for getAllThrottlingPoliciesokhttp3.CallAwsLambdaIndividualApi.getAmazonResourceNamesOfAPIAsync(String apiId, ApiCallback<String> _callback) Retrieve the ARNs of AWS Lambda Functions (asynchronously) This operation can be use to retrieve ARNs of AWS Lambda function for a given AWS credentials.okhttp3.CallAwsLambdaIndividualApi.getAmazonResourceNamesOfAPICall(String apiId, ApiCallback _callback) Build call for getAmazonResourceNamesOfAPIokhttp3.CallApIsApi.getAPIAsync(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<APIDTO> _callback) Get Details of an API (asynchronously) Using this operation, you can retrieve complete details of a single API.okhttp3.CallApIsApi.getAPICall(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback _callback) Build call for getAPIokhttp3.CallClientCertificatesApi.getAPIClientCertificateByAliasAsync(String alias, String apiId, ApiCallback<CertificateInfoDTO> _callback) Get the Certificate Information (asynchronously) This operation can be used to get the information about a certificate.okhttp3.CallClientCertificatesApi.getAPIClientCertificateByAliasCall(String alias, String apiId, ApiCallback _callback) Build call for getAPIClientCertificateByAliasokhttp3.CallClientCertificatesApi.getAPIClientCertificateByKeyTypeAndAliasAsync(String keyType, String alias, String apiId, ApiCallback<CertificateInfoDTO> _callback) Get the Certificate Information of a Given Key Type (asynchronously) This operation can be used to get the information about a certificate of a given key type.okhttp3.CallClientCertificatesApi.getAPIClientCertificateByKeyTypeAndAliasCall(String keyType, String alias, String apiId, ApiCallback _callback) Build call for getAPIClientCertificateByKeyTypeAndAliasokhttp3.CallClientCertificatesApi.getAPIClientCertificateContentByAliasAsync(String apiId, String alias, ApiCallback<Void> _callback) Download a Certificate (asynchronously) This operation can be used to download a certificate which matches the given alias.okhttp3.CallClientCertificatesApi.getAPIClientCertificateContentByAliasCall(String apiId, String alias, ApiCallback _callback) Build call for getAPIClientCertificateContentByAliasokhttp3.CallClientCertificatesApi.getAPIClientCertificateContentByKeyTypeAndAliasAsync(String apiId, String alias, String keyType, ApiCallback<Void> _callback) Download a Certificate of Given Key Type (asynchronously) This operation can be used to download a certificate which matches the given alias and key type.okhttp3.CallClientCertificatesApi.getAPIClientCertificateContentByKeyTypeAndAliasCall(String apiId, String alias, String keyType, ApiCallback _callback) Build call for getAPIClientCertificateContentByKeyTypeAndAliasokhttp3.CallClientCertificatesApi.getAPIClientCertificatesAsync(String apiId, Integer limit, Integer offset, String alias, ApiCallback<ClientCertificatesDTO> _callback) Retrieve/ Search Uploaded Client Certificates (asynchronously) This operation can be used to retrieve and search the uploaded client certificates.okhttp3.CallClientCertificatesApi.getAPIClientCertificatesByKeyTypeAsync(String keyType, String apiId, Integer limit, Integer offset, String alias, ApiCallback<ClientCertificatesDTO> _callback) Retrieve/ Search Uploaded Client Certificates of a given key type (asynchronously) This operation can be used to retrieve and search the uploaded client certificates of a given key type.okhttp3.CallClientCertificatesApi.getAPIClientCertificatesByKeyTypeCall(String keyType, String apiId, Integer limit, Integer offset, String alias, ApiCallback _callback) Build call for getAPIClientCertificatesByKeyTypeokhttp3.CallClientCertificatesApi.getAPIClientCertificatesCall(String apiId, Integer limit, Integer offset, String alias, ApiCallback _callback) Build call for getAPIClientCertificatesokhttp3.CallApiDocumentsApi.getAPIDocumentByDocumentIdAsync(String apiId, String documentId, String ifNoneMatch, ApiCallback<DocumentDTO> _callback) Get a Document of an API (asynchronously) This operation can be used to retrieve a particular document's metadata associated with an API.okhttp3.CallApiDocumentsApi.getAPIDocumentByDocumentIdCall(String apiId, String documentId, String ifNoneMatch, ApiCallback _callback) Build call for getAPIDocumentByDocumentIdokhttp3.CallApiDocumentsApi.getAPIDocumentContentByDocumentIdAsync(String apiId, String documentId, String ifNoneMatch, ApiCallback<String> _callback) Get the Content of an API Document (asynchronously) This operation can be used to retrive the content of an API's document.okhttp3.CallApiDocumentsApi.getAPIDocumentContentByDocumentIdCall(String apiId, String documentId, String ifNoneMatch, ApiCallback _callback) Build call for getAPIDocumentContentByDocumentIdokhttp3.CallApiDocumentsApi.getAPIDocumentsAsync(String apiId, Integer limit, Integer offset, String ifNoneMatch, ApiCallback<DocumentListDTO> _callback) Get a List of Documents of an API (asynchronously) This operation can be used to retrieve a list of documents belonging to an API by providing the id of the API.okhttp3.CallApiDocumentsApi.getAPIDocumentsCall(String apiId, Integer limit, Integer offset, String ifNoneMatch, ApiCallback _callback) Build call for getAPIDocumentsokhttp3.CallApiEndpointsApi.getApiEndpointAsync(String apiId, String endpointId, ApiCallback<APIEndpointDTO> _callback) Get an Endpoint (asynchronously) This operation can be used to get an endpoint of an API by UUID.okhttp3.CallApiEndpointsApi.getApiEndpointCall(String apiId, String endpointId, ApiCallback _callback) Build call for getApiEndpointokhttp3.CallApiEndpointsApi.getApiEndpointsAsync(String apiId, Integer limit, Integer offset, ApiCallback<APIEndpointListDTO> _callback) Get all API Endpoints (asynchronously) This operation can be used to get all the available endpoints of an API.okhttp3.CallApiEndpointsApi.getApiEndpointsCall(String apiId, Integer limit, Integer offset, ApiCallback _callback) Build call for getApiEndpointsokhttp3.CallGraphQlSchemaIndividualApi.getAPIGraphQLSchemaAsync(String apiId, String accept, String ifNoneMatch, ApiCallback<GraphQLSchemaDTO> _callback) Get the Schema of a GraphQL API (asynchronously) This operation can be used to retrieve the Schema definition of a GraphQL API.okhttp3.CallGraphQlSchemaIndividualApi.getAPIGraphQLSchemaCall(String apiId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAPIGraphQLSchemaokhttp3.CallApiLifecycleApi.getAPILifecycleHistoryAsync(String apiId, String ifNoneMatch, ApiCallback<LifecycleHistoryDTO> _callback) Get Lifecycle State Change History of the API.okhttp3.CallApiLifecycleApi.getAPILifecycleHistoryCall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for getAPILifecycleHistoryokhttp3.CallApiLifecycleApi.getAPILifecycleStateAsync(String apiId, String ifNoneMatch, ApiCallback<LifecycleStateDTO> _callback) Get Lifecycle State Data of the API.okhttp3.CallApiLifecycleApi.getAPILifecycleStateCall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for getAPILifecycleStateokhttp3.CallApiMonetizationApi.getAPIMonetizationAsync(String apiId, ApiCallback<Void> _callback) Get Monetization Status for each Tier in a Given API (asynchronously) This operation can be used to get monetization status for each tier in a given APIokhttp3.CallApiMonetizationApi.getAPIMonetizationCall(String apiId, ApiCallback _callback) Build call for getAPIMonetizationokhttp3.CallApiProductsApi.getAPIProductAsync(String apiProductId, String accept, String ifNoneMatch, ApiCallback<APIProductDTO> _callback) Get Details of an API Product (asynchronously) Using this operation, you can retrieve complete details of a single API Product.okhttp3.CallApiProductsApi.getAPIProductCall(String apiProductId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductokhttp3.CallApiProductDocumentsApi.getAPIProductDocumentAsync(String apiProductId, String documentId, String accept, String ifNoneMatch, ApiCallback<DocumentDTO> _callback) Get a Document of an API Product (asynchronously) This operation can be used to retrieve a particular document's metadata associated with an API.okhttp3.CallApiProductDocumentsApi.getAPIProductDocumentCall(String apiProductId, String documentId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductDocumentokhttp3.CallApiProductDocumentsApi.getAPIProductDocumentContentAsync(String apiProductId, String documentId, String accept, String ifNoneMatch, ApiCallback<Void> _callback) Get the Content of an API Product Document (asynchronously) This operation can be used to retrive the content of an API's document.okhttp3.CallApiProductDocumentsApi.getAPIProductDocumentContentCall(String apiProductId, String documentId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductDocumentContentokhttp3.CallApiProductDocumentsApi.getAPIProductDocumentsAsync(String apiProductId, Integer limit, Integer offset, String accept, String ifNoneMatch, ApiCallback<DocumentListDTO> _callback) Get a List of Documents of an API Product (asynchronously) This operation can be used to retrive a list of documents belonging to an API Product by providing the id of the API Product.okhttp3.CallApiProductDocumentsApi.getAPIProductDocumentsCall(String apiProductId, Integer limit, Integer offset, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductDocumentsokhttp3.CallApiProductLifecycleApi.getAPIProductLifecycleHistoryAsync(String apiProductId, String ifNoneMatch, ApiCallback<LifecycleHistoryDTO> _callback) Get Lifecycle State Change History of the API Products.okhttp3.CallApiProductLifecycleApi.getAPIProductLifecycleHistoryCall(String apiProductId, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductLifecycleHistoryokhttp3.CallApiProductLifecycleApi.getAPIProductLifecycleStateAsync(String apiProductId, String ifNoneMatch, ApiCallback<LifecycleStateDTO> _callback) Get Lifecycle State Data of the API Product.okhttp3.CallApiProductLifecycleApi.getAPIProductLifecycleStateCall(String apiProductId, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductLifecycleStateokhttp3.CallApiProductRevisionsApi.getAPIProductRevisionAsync(String apiProductId, String revisionId, ApiCallback<APIRevisionDTO> _callback) Retrieve Revision (asynchronously) Retrieve a revision of an API Productokhttp3.CallApiProductRevisionsApi.getAPIProductRevisionCall(String apiProductId, String revisionId, ApiCallback _callback) Build call for getAPIProductRevisionokhttp3.CallApiProductRevisionsApi.getAPIProductRevisionDeploymentsAsync(String apiProductId, ApiCallback<APIRevisionDeploymentListDTO> _callback) List Deployments (asynchronously) List available deployed revision deployment details of an API Productokhttp3.CallApiProductRevisionsApi.getAPIProductRevisionDeploymentsCall(String apiProductId, ApiCallback _callback) Build call for getAPIProductRevisionDeploymentsokhttp3.CallApiProductRevisionsApi.getAPIProductRevisionsAsync(String apiProductId, String query, ApiCallback<APIRevisionListDTO> _callback) List Revisions (asynchronously) List available revisions of an API Productokhttp3.CallApiProductRevisionsApi.getAPIProductRevisionsCall(String apiProductId, String query, ApiCallback _callback) Build call for getAPIProductRevisionsokhttp3.CallApiProductsApi.getAPIProductSwaggerAsync(String apiProductId, String accept, String ifNoneMatch, ApiCallback<String> _callback) Get Swagger Definition (asynchronously) This operation can be used to retrieve the swagger definition of an API.okhttp3.CallApiProductsApi.getAPIProductSwaggerCall(String apiProductId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductSwaggerokhttp3.CallApiProductsApi.getAPIProductThumbnailAsync(String apiProductId, String accept, String ifNoneMatch, ApiCallback<Void> _callback) Get Thumbnail Image (asynchronously) This operation can be used to download a thumbnail image of an API product.okhttp3.CallApiProductsApi.getAPIProductThumbnailCall(String apiProductId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductThumbnailokhttp3.CallApIsApi.getAPIResourcePathsAsync(String apiId, Integer limit, Integer offset, String ifNoneMatch, ApiCallback<ResourcePathListDTO> _callback) Get Resource Paths of an API (asynchronously) This operation can be used to retrieve resource paths defined for a specific api.okhttp3.CallApIsApi.getAPIResourcePathsCall(String apiId, Integer limit, Integer offset, String ifNoneMatch, ApiCallback _callback) Build call for getAPIResourcePathsokhttp3.CallApiResourcePoliciesApi.getAPIResourcePoliciesAsync(String apiId, String sequenceType, String resourcePath, String verb, String ifNoneMatch, ApiCallback<ResourcePolicyListDTO> _callback) Get the Resource Policy(inflow/outflow) Definitions (asynchronously) This operation can be used to retrieve conversion policy resource definitions of an API.okhttp3.CallApiResourcePoliciesApi.getAPIResourcePoliciesByPolicyIdAsync(String apiId, String resourcePolicyId, String ifNoneMatch, ApiCallback<ResourcePolicyInfoDTO> _callback) Get the Resource Policy(inflow/outflow) Definition for a Given Resource Identifier.okhttp3.CallApiResourcePoliciesApi.getAPIResourcePoliciesByPolicyIdCall(String apiId, String resourcePolicyId, String ifNoneMatch, ApiCallback _callback) Build call for getAPIResourcePoliciesByPolicyIdokhttp3.CallApiResourcePoliciesApi.getAPIResourcePoliciesCall(String apiId, String sequenceType, String resourcePath, String verb, String ifNoneMatch, ApiCallback _callback) Build call for getAPIResourcePoliciesokhttp3.CallApiMonetizationApi.getAPIRevenueAsync(String apiId, ApiCallback<APIRevenueDTO> _callback) Get Total Revenue Details of a Given Monetized API with Meterd Billing (asynchronously) This operation can be used to get details of total revenue details of a given monetized API with meterd billing.okhttp3.CallApiMonetizationApi.getAPIRevenueCall(String apiId, ApiCallback _callback) Build call for getAPIRevenueokhttp3.CallApiRevisionsApi.getAPIRevisionAsync(String apiId, String revisionId, ApiCallback<APIRevisionDTO> _callback) Retrieve Revision (asynchronously) Retrieve a revision of an APIokhttp3.CallApiRevisionsApi.getAPIRevisionCall(String apiId, String revisionId, ApiCallback _callback) Build call for getAPIRevisionokhttp3.CallApiRevisionsApi.getAPIRevisionDeploymentsAsync(String apiId, ApiCallback<APIRevisionDeploymentListDTO> _callback) List Deployments (asynchronously) List available deployed revision deployment details of an APIokhttp3.CallApiRevisionsApi.getAPIRevisionDeploymentsCall(String apiId, ApiCallback _callback) Build call for getAPIRevisionDeploymentsokhttp3.CallApiRevisionsApi.getAPIRevisionsAsync(String apiId, String query, ApiCallback<APIRevisionListDTO> _callback) List Revisions (asynchronously) List available revisions of an APIokhttp3.CallApiRevisionsApi.getAPIRevisionsCall(String apiId, String query, ApiCallback _callback) Build call for getAPIRevisionsokhttp3.CallApiOperationPoliciesApi.getAPISpecificOperationPolicyContentByPolicyIdAsync(String apiId, String operationPolicyId, ApiCallback<File> _callback) Download an API Specific Operation Policy (asynchronously) This operation can be used to download a particular API specific operation policy.okhttp3.CallApiOperationPoliciesApi.getAPISpecificOperationPolicyContentByPolicyIdCall(String apiId, String operationPolicyId, ApiCallback _callback) Build call for getAPISpecificOperationPolicyContentByPolicyIdokhttp3.CallApIsApi.getAPISubscriptionPoliciesAsync(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<ThrottlingPolicyDTO> _callback) Get Details of the Subscription Throttling Policies of an API (asynchronously) This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.okhttp3.CallApIsApi.getAPISubscriptionPoliciesCall(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback _callback) Build call for getAPISubscriptionPoliciesokhttp3.CallApIsApi.getAPISwaggerAsync(String apiId, String ifNoneMatch, ApiCallback<String> _callback) Get Swagger Definition (asynchronously) This operation can be used to retrieve the swagger definition of an API.okhttp3.CallApIsApi.getAPISwaggerCall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for getAPISwaggerokhttp3.CallApIsApi.getAPIThumbnailAsync(String apiId, String ifNoneMatch, ApiCallback<Void> _callback) Get Thumbnail Image (asynchronously) This operation can be used to download a thumbnail image of an API.okhttp3.CallApIsApi.getAPIThumbnailCall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for getAPIThumbnailokhttp3.CallApiAuditApi.getAuditReportOfAPIAsync(String apiId, String accept, ApiCallback<AuditReportDTO> _callback) Retrieve the Security Audit Report of the Audit API (asynchronously) Retrieve the Security Audit Report of the Audit APIokhttp3.CallApiAuditApi.getAuditReportOfAPICall(String apiId, String accept, ApiCallback _callback) Build call for getAuditReportOfAPIokhttp3.CallEndpointCertificatesApi.getCertificateUsageByAliasAsync(String alias, Integer limit, Integer offset, ApiCallback<APIMetadataListDTO> _callback) Retrieve all the APIs that use a given certificate by the alias (asynchronously) This operation can be used to retrieve/identify apis that use a known certificate.okhttp3.CallEndpointCertificatesApi.getCertificateUsageByAliasCall(String alias, Integer limit, Integer offset, ApiCallback _callback) Build call for getCertificateUsageByAliasokhttp3.CallCommentsApi.getCommentOfAPIAsync(String commentId, String apiId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset, ApiCallback<CommentDTO> _callback) Get Details of an API Comment (asynchronously) Get the individual comment given by a username for a certain API.okhttp3.CallCommentsApi.getCommentOfAPICall(String commentId, String apiId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset, ApiCallback _callback) Build call for getCommentOfAPIokhttp3.CallCommentsApi.getCommentOfMCPServerAsync(String commentId, String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset, ApiCallback<CommentDTO> _callback) Get Details of an API Comment (asynchronously) Get the individual comment given by a username for a certain MCP Server.okhttp3.CallCommentsApi.getCommentOfMCPServerCall(String commentId, String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset, ApiCallback _callback) Build call for getCommentOfMCPServerokhttp3.CallOperationPoliciesApi.getCommonOperationPolicyByPolicyIdAsync(String operationPolicyId, ApiCallback<OperationPolicyDataDTO> _callback) Get the details of a common operation policy by providing policy ID (asynchronously) This operation can be used to retrieve a particular common operation policy.okhttp3.CallOperationPoliciesApi.getCommonOperationPolicyByPolicyIdCall(String operationPolicyId, ApiCallback _callback) Build call for getCommonOperationPolicyByPolicyIdokhttp3.CallOperationPoliciesApi.getCommonOperationPolicyContentByPolicyIdAsync(String operationPolicyId, ApiCallback<File> _callback) Download a common operation policy (asynchronously) This operation can be used to download a selected common operation policy.okhttp3.CallOperationPoliciesApi.getCommonOperationPolicyContentByPolicyIdCall(String operationPolicyId, ApiCallback _callback) Build call for getCommonOperationPolicyContentByPolicyIdokhttp3.CallEndpointCertificatesApi.getEndpointCertificateByAliasAsync(String alias, ApiCallback<CertificateInfoDTO> _callback) Get the Certificate Information (asynchronously) This operation can be used to get the information about a certificate.okhttp3.CallEndpointCertificatesApi.getEndpointCertificateByAliasCall(String alias, ApiCallback _callback) Build call for getEndpointCertificateByAliasokhttp3.CallEndpointCertificatesApi.getEndpointCertificateContentByAliasAsync(String alias, ApiCallback<Void> _callback) Download a Certificate (asynchronously) This operation can be used to download a certificate which matches the given alias.okhttp3.CallEndpointCertificatesApi.getEndpointCertificateContentByAliasCall(String alias, ApiCallback _callback) Build call for getEndpointCertificateContentByAliasokhttp3.CallEndpointCertificatesApi.getEndpointCertificatesAsync(Integer limit, Integer offset, String alias, String endpoint, ApiCallback<CertificatesDTO> _callback) Retrieve/Search Uploaded Certificates (asynchronously) This operation can be used to retrieve and search the uploaded certificates.okhttp3.CallEndpointCertificatesApi.getEndpointCertificatesCall(Integer limit, Integer offset, String alias, String endpoint, ApiCallback _callback) Build call for getEndpointCertificatesokhttp3.CallGatewayPoliciesApi.getGatewayPolicyMappingContentByPolicyMappingIdAsync(String gatewayPolicyMappingId, ApiCallback<GatewayPolicyMappingsDTO> _callback) Retrieve information of a selected gateway policy mapping (asynchronously) This operation can be used to retrieve information of a selected gateway policy mapping.okhttp3.CallGatewayPoliciesApi.getGatewayPolicyMappingContentByPolicyMappingIdCall(String gatewayPolicyMappingId, ApiCallback _callback) Build call for getGatewayPolicyMappingContentByPolicyMappingIdokhttp3.CallApIsApi.getGeneratedMockScriptsOfAPIAsync(String apiId, String ifNoneMatch, ApiCallback<MockResponsePayloadListDTO> _callback) Get Generated Mock Response Payloads (asynchronously) This operation can be used to get generated mock responses from examples of swagger definition of an API.okhttp3.CallApIsApi.getGeneratedMockScriptsOfAPICall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for getGeneratedMockScriptsOfAPIokhttp3.CallGraphQlPoliciesApi.getGraphQLPolicyComplexityOfAPIAsync(String apiId, ApiCallback<GraphQLQueryComplexityInfoDTO> _callback) Get the Complexity Related Details of an API (asynchronously) This operation can be used to retrieve complexity related details belonging to an API by providing the API id.okhttp3.CallGraphQlPoliciesApi.getGraphQLPolicyComplexityOfAPICall(String apiId, ApiCallback _callback) Build call for getGraphQLPolicyComplexityOfAPIokhttp3.CallGraphQlPoliciesApi.getGraphQLPolicyComplexityTypesOfAPIAsync(String apiId, ApiCallback<GraphQLSchemaTypeListDTO> _callback) Retrieve Types and Fields of a GraphQL Schema (asynchronously) This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.okhttp3.CallGraphQlPoliciesApi.getGraphQLPolicyComplexityTypesOfAPICall(String apiId, ApiCallback _callback) Build call for getGraphQLPolicyComplexityTypesOfAPIokhttp3.CallApiProductsApi.getIsAPIProductOutdatedAsync(String apiProductId, String accept, String ifNoneMatch, ApiCallback<APIProductOutdatedStatusDTO> _callback) Check Whether API Product is Outdated (asynchronously) This operation can be used to retrieve the status indicating if an API Product is outdated due to updating of dependent APIs (This resource is not supported at the moment)okhttp3.CallApiProductsApi.getIsAPIProductOutdatedCall(String apiProductId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getIsAPIProductOutdatedokhttp3.CallLinterCustomRulesApi.getLinterCustomRulesAsync(ApiCallback<String> _callback) Get linter custom rules.okhttp3.CallLinterCustomRulesApi.getLinterCustomRulesCall(ApiCallback _callback) Build call for getLinterCustomRulesokhttp3.CallMcpServersApi.getMCPServerAsync(String mcpServerId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<MCPServerDTO> _callback) Get Details of an MCP Server (asynchronously) Using this operation, you can retrieve complete details of a single API.okhttp3.CallMcpServerBackendsApi.getMCPServerBackendAsync(String mcpServerId, String backendId, ApiCallback<BackendDTO> _callback) Get backends of a MCP Server (asynchronously) This operation can be used to get a backend of a MCP Serverokhttp3.CallMcpServerBackendsApi.getMCPServerBackendCall(String mcpServerId, String backendId, ApiCallback _callback) Build call for getMCPServerBackendokhttp3.CallMcpServerBackendsApi.getMCPServerBackendsAsync(String mcpServerId, ApiCallback<BackendListDTO> _callback) Get a list of backends of a MCP Server (asynchronously) This operation can be used to get a list of backends of a MCP server by the MCP Server UUID.okhttp3.CallMcpServerBackendsApi.getMCPServerBackendsCall(String mcpServerId, ApiCallback _callback) Build call for getMCPServerBackendsokhttp3.CallMcpServersApi.getMCPServerCall(String mcpServerId, String xWSO2Tenant, String ifNoneMatch, ApiCallback _callback) Build call for getMCPServerokhttp3.CallMcpServerDocumentsApi.getMCPServerDocumentAsync(String mcpServerId, String documentId, String accept, String ifNoneMatch, ApiCallback<DocumentDTO> _callback) Get a Document of a MCP Server (asynchronously) This operation can be used to retrieve a particular document's metadata associated with a MCP server.okhttp3.CallMcpServerDocumentsApi.getMCPServerDocumentCall(String mcpServerId, String documentId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getMCPServerDocumentokhttp3.CallMcpServerDocumentsApi.getMCPServerDocumentContentAsync(String mcpServerId, String documentId, String accept, String ifNoneMatch, ApiCallback<Void> _callback) Get the Content of a MCP Server Document (asynchronously) This operation can be used to retrieve the content of a MCP server's document.okhttp3.CallMcpServerDocumentsApi.getMCPServerDocumentContentCall(String mcpServerId, String documentId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getMCPServerDocumentContentokhttp3.CallMcpServerDocumentsApi.getMCPServerDocumentsAsync(String mcpServerId, Integer limit, Integer offset, String accept, String ifNoneMatch, ApiCallback<DocumentListDTO> _callback) Get a List of Documents of a MCP Server (asynchronously) This operation can be used to retrieve a list of documents belonging to a MCP server by providing the ID of the MCP server.okhttp3.CallMcpServerDocumentsApi.getMCPServerDocumentsCall(String mcpServerId, Integer limit, Integer offset, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getMCPServerDocumentsokhttp3.CallMcpServerLifecycleApi.getMCPServerLifecycleHistoryAsync(String mcpServerId, String ifNoneMatch, ApiCallback<LifecycleHistoryDTO> _callback) Get Lifecycle State Change History of a MCP Server (asynchronously) This operation can be used to retrieve Lifecycle state change history of a MCP server.okhttp3.CallMcpServerLifecycleApi.getMCPServerLifecycleHistoryCall(String mcpServerId, String ifNoneMatch, ApiCallback _callback) Build call for getMCPServerLifecycleHistoryokhttp3.CallMcpServerLifecycleApi.getMCPServerLifecycleStateAsync(String mcpServerId, String ifNoneMatch, ApiCallback<LifecycleStateDTO> _callback) Get Lifecycle State Data of a MCP server.okhttp3.CallMcpServerLifecycleApi.getMCPServerLifecycleStateCall(String mcpServerId, String ifNoneMatch, ApiCallback _callback) Build call for getMCPServerLifecycleStateokhttp3.CallMcpServerRevisionsApi.getMCPServerRevisionAsync(String mcpServerId, String revisionId, ApiCallback<APIRevisionDTO> _callback) Retrieve revision of a MCP Server.okhttp3.CallMcpServerRevisionsApi.getMCPServerRevisionCall(String mcpServerId, String revisionId, ApiCallback _callback) Build call for getMCPServerRevisionokhttp3.CallMcpServerRevisionsApi.getMCPServerRevisionDeploymentsAsync(String mcpServerId, ApiCallback<APIRevisionDeploymentListDTO> _callback) List Deployments (asynchronously) List available deployed revision deployment details of a MCP Serverokhttp3.CallMcpServerRevisionsApi.getMCPServerRevisionDeploymentsCall(String mcpServerId, ApiCallback _callback) Build call for getMCPServerRevisionDeploymentsokhttp3.CallMcpServerRevisionsApi.getMCPServerRevisionsAsync(String mcpServerId, String query, ApiCallback<APIRevisionListDTO> _callback) List Revisions (asynchronously) List available revisions of a MCP server.okhttp3.CallMcpServerRevisionsApi.getMCPServerRevisionsCall(String mcpServerId, String query, ApiCallback _callback) Build call for getMCPServerRevisionsokhttp3.CallMcpServersApi.getMCPServerSubscriptionPoliciesAsync(String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean isAiApi, String organizationID, ApiCallback<ThrottlingPolicyDTO> _callback) Get Details of the Subscription Throttling Policies of a MCP Server (asynchronously) This operation can be used to retrieve details of the subscription throttling policy of a MCP server by specifying the API Id.okhttp3.CallMcpServersApi.getMCPServerSubscriptionPoliciesCall(String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean isAiApi, String organizationID, ApiCallback _callback) Build call for getMCPServerSubscriptionPoliciesokhttp3.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.okhttp3.CallApIsApi.getMCPServerUsageCall(String apiId, ApiCallback _callback) Build call for getMCPServerUsageokhttp3.CallApiOperationPoliciesApi.getOperationPolicyForAPIByPolicyIdAsync(String apiId, String operationPolicyId, ApiCallback<OperationPolicyDataDTO> _callback) Get policy details of an API specific policy (asynchronously) This operation can be used to retrieve a particular API specific operation policy.okhttp3.CallApiOperationPoliciesApi.getOperationPolicyForAPIByPolicyIdCall(String apiId, String operationPolicyId, ApiCallback _callback) Build call for getOperationPolicyForAPIByPolicyIdokhttp3.CallCommentsApi.getRepliesOfCommentAsync(String commentId, String apiId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo, ApiCallback<CommentListDTO> _callback) Get replies of a comment (asynchronously) Get replies of a commentokhttp3.CallCommentsApi.getRepliesOfCommentCall(String commentId, String apiId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo, ApiCallback _callback) Build call for getRepliesOfCommentokhttp3.CallCommentsApi.getRepliesOfCommentOfMCPServerAsync(String commentId, String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo, ApiCallback<CommentListDTO> _callback) Get replies of a comment (asynchronously) Get replies of a commentokhttp3.CallCommentsApi.getRepliesOfCommentOfMCPServerCall(String commentId, String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo, ApiCallback _callback) Build call for getRepliesOfCommentOfMCPServerokhttp3.CallApIsApi.getSequenceBackendContentAsync(String type, String apiId, ApiCallback<File> _callback) Get Sequence of Custom Backend (asynchronously) This operation can be used to get Sequence of the Custom Backendokhttp3.CallApIsApi.getSequenceBackendContentCall(String type, String apiId, ApiCallback _callback) Build call for getSequenceBackendContentokhttp3.CallApIsApi.getSequenceBackendDataAsync(String apiId, ApiCallback<SequenceBackendListDTO> _callback) Get Sequence Backends of the API (asynchronously) This operation can be used to get Sequence Backend data of the APIokhttp3.CallApIsApi.getSequenceBackendDataCall(String apiId, ApiCallback _callback) Build call for getSequenceBackendDataokhttp3.CallSettingsApi.getSettingsAsync(ApiCallback<SettingsDTO> _callback) Retreive Publisher Settings (asynchronously) Retreive publisher settingsokhttp3.CallSettingsApi.getSettingsCall(ApiCallback _callback) Build call for getSettingsokhttp3.CallScopesApi.getSharedScopeAsync(String scopeId, ApiCallback<ScopeDTO> _callback) Get a Shared Scope by Scope Id (asynchronously) This operation can be used to retrieve details of a Shared Scope by a given scope Id.okhttp3.CallScopesApi.getSharedScopeCall(String scopeId, ApiCallback _callback) Build call for getSharedScopeokhttp3.CallScopesApi.getSharedScopesAsync(Integer limit, Integer offset, ApiCallback<ScopeListDTO> _callback) Get All Available Shared Scopes (asynchronously) This operation can be used to get all the available Shared Scopes.okhttp3.CallScopesApi.getSharedScopesCall(Integer limit, Integer offset, ApiCallback _callback) Build call for getSharedScopesokhttp3.CallScopesApi.getSharedScopeUsagesAsync(String scopeId, ApiCallback<SharedScopeUsageDTO> _callback) Get usages of a Shared Scope by Scope Id (asynchronously) This operation can be used to retrieve usages of a Shared Scope by a given scope Id.okhttp3.CallScopesApi.getSharedScopeUsagesCall(String scopeId, ApiCallback _callback) Build call for getSharedScopeUsagesokhttp3.CallSubscriberApi.getSubscriberInfoBySubscriptionIdAsync(String subscriptionId, ApiCallback<SubscriberInfoDTO> _callback) Get Details of a Subscriber (asynchronously) This operation can be used to get details of a user who subscribed to the API.okhttp3.CallSubscriberApi.getSubscriberInfoBySubscriptionIdCall(String subscriptionId, ApiCallback _callback) Build call for getSubscriberInfoBySubscriptionIdokhttp3.CallSubscriptionsApi.getSubscriptionsAsync(String apiId, Integer limit, Integer offset, String ifNoneMatch, String query, ApiCallback<SubscriptionListDTO> _callback) Get all Subscriptions (asynchronously) This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.okhttp3.CallSubscriptionsApi.getSubscriptionsCall(String apiId, Integer limit, Integer offset, String ifNoneMatch, String query, ApiCallback _callback) Build call for getSubscriptionsokhttp3.CallThrottlingPoliciesApi.getSubscriptionThrottlingPoliciesAsync(Integer limit, Integer offset, String ifNoneMatch, ApiCallback<SubscriptionPolicyListDTO> _callback) Get streaming throttling policies (asynchronously) This operation can be used to list the available streaming subscription policiesokhttp3.CallThrottlingPoliciesApi.getSubscriptionThrottlingPoliciesCall(Integer limit, Integer offset, String ifNoneMatch, ApiCallback _callback) Build call for getSubscriptionThrottlingPoliciesokhttp3.CallApiMonetizationApi.getSubscriptionUsageAsync(String subscriptionId, ApiCallback<APIMonetizationUsageDTO> _callback) Get Details of a Pending Invoice for a Monetized Subscription with Metered Billing.okhttp3.CallApiMonetizationApi.getSubscriptionUsageCall(String subscriptionId, ApiCallback _callback) Build call for getSubscriptionUsageokhttp3.CallTenantsApi.getTenantExistenceAsync(String tenantDomain, ApiCallback<Void> _callback) Check Whether the Given Tenant already Exists (asynchronously) Using this operation, user can check whether a given tenant exists or not.okhttp3.CallTenantsApi.getTenantExistenceCall(String tenantDomain, ApiCallback _callback) Build call for getTenantExistenceokhttp3.CallTenantsApi.getTenantsByStateAsync(String state, Integer limit, Integer offset, ApiCallback<TenantListDTO> _callback) Get Tenants by State (asynchronously) This operation is to get tenants by stateokhttp3.CallTenantsApi.getTenantsByStateCall(String state, Integer limit, Integer offset, ApiCallback _callback) Build call for getTenantsByStateokhttp3.CallThrottlingPoliciesApi.getThrottlingPolicyByNameAsync(String policyName, String policyLevel, String ifNoneMatch, ApiCallback<ThrottlingPolicyDTO> _callback) Get Details of a Policy (asynchronously) This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.okhttp3.CallThrottlingPoliciesApi.getThrottlingPolicyByNameCall(String policyName, String policyLevel, String ifNoneMatch, ApiCallback _callback) Build call for getThrottlingPolicyByNameokhttp3.CallApIsApi.getWSDLInfoOfAPIAsync(String apiId, ApiCallback<WSDLInfoDTO> _callback) Get WSDL Meta Information (asynchronously) This operation can be used to retrieve the WSDL meta information of an API.okhttp3.CallApIsApi.getWSDLInfoOfAPICall(String apiId, ApiCallback _callback) Build call for getWSDLInfoOfAPIokhttp3.CallApIsApi.getWSDLOfAPIAsync(String apiId, String ifNoneMatch, ApiCallback<Void> _callback) Get WSDL definition (asynchronously) This operation can be used to retrieve the WSDL definition of an API.okhttp3.CallApIsApi.getWSDLOfAPICall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for getWSDLOfAPIokhttp3.CallImportExportApi.importAPIAsync(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean overwrite, ApiCallback<Void> _callback) Import an API (asynchronously) This operation can be used to import an API.okhttp3.CallImportExportApi.importAPICall(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean overwrite, ApiCallback _callback) Build call for importAPIokhttp3.CallImportExportApi.importAPIProductAsync(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean importAPIs, Boolean overwriteAPIProduct, Boolean overwriteAPIs, ApiCallback<Void> _callback) Import an API Product (asynchronously) This operation can be used to import an API Product.okhttp3.CallImportExportApi.importAPIProductCall(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean importAPIs, Boolean overwriteAPIProduct, Boolean overwriteAPIs, ApiCallback _callback) Build call for importAPIProductokhttp3.CallApIsApi.importAsyncAPISpecificationAsync(File file, String url, String additionalProperties, ApiCallback<APIDTO> _callback) import an AsyncAPI Specification (asynchronously) This operation can be used to create and API from the AsyncAPI Specification.okhttp3.CallApIsApi.importAsyncAPISpecificationCall(File file, String url, String additionalProperties, ApiCallback _callback) Build call for importAsyncAPISpecificationokhttp3.CallApIsApi.importGraphQLSchemaAsync(String ifMatch, String type, File file, String url, String schema, String additionalProperties, ApiCallback<APIDTO> _callback) Import a GraphQL SDL (asynchronously) This operation can be used to create api from api definition.APIMgtDAOTest API definition is GraphQL Schemaokhttp3.CallApIsApi.importGraphQLSchemaCall(String ifMatch, String type, File file, String url, String schema, String additionalProperties, ApiCallback _callback) Build call for importGraphQLSchemaokhttp3.CallImportExportApi.importMCPServerAsync(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean overwrite, Boolean preservePortalConfigurations, Boolean dryRun, String accept, ApiCallback<String> _callback) Import a MCP Server (asynchronously) This operation can be used to import a MCP server.okhttp3.CallImportExportApi.importMCPServerCall(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean overwrite, Boolean preservePortalConfigurations, Boolean dryRun, String accept, ApiCallback _callback) Build call for importMCPServerokhttp3.CallApIsApi.importOpenAPIDefinitionAsync(File file, String url, String additionalProperties, String inlineAPIDefinition, ApiCallback<APIDTO> _callback) Import an OpenAPI Definition (asynchronously) This operation can be used to create an API from an OpenAPI definition.okhttp3.CallApIsApi.importOpenAPIDefinitionCall(File file, String url, String additionalProperties, String inlineAPIDefinition, ApiCallback _callback) Build call for importOpenAPIDefinitionokhttp3.CallImportExportApi.importOperationPolicyAsync(File file, ApiCallback<Void> _callback) Import an API Policy (asynchronously) This operation can be used to import an API Policy.okhttp3.CallImportExportApi.importOperationPolicyCall(File file, ApiCallback _callback) Build call for importOperationPolicyokhttp3.CallApIsApi.importServiceFromCatalogAsync(String serviceKey, APIDTO APIDTO, ApiCallback<APIDTO> _callback) Import a Service from Service Catalog (asynchronously) This operation can be used to create an API from a Service from Service Catalogokhttp3.CallApIsApi.importServiceFromCatalogCall(String serviceKey, APIDTO APIDTO, ApiCallback _callback) Build call for importServiceFromCatalogokhttp3.CallApIsApi.importWSDLDefinitionAsync(File file, String url, String additionalProperties, String implementationType, ApiCallback<APIDTO> _callback) Import a WSDL Definition (asynchronously) This operation can be used to create an API using a WSDL definition.okhttp3.CallApIsApi.importWSDLDefinitionCall(File file, String url, String additionalProperties, String implementationType, ApiCallback _callback) Build call for importWSDLDefinitionokhttp3.CallOrganizationsApi.organizationsGetAsync(ApiCallback<OrganizationListDTO> _callback) Get all registered Organizations (asynchronously) Get all Registered Organizationsokhttp3.CallOrganizationsApi.organizationsGetCall(ApiCallback _callback) Build call for organizationsGetokhttp3.CallExternalStoresApi.publishAPIToExternalStoresAsync(String apiId, String externalStoreIds, String ifMatch, ApiCallback<APIExternalStoreListDTO> _callback) Publish an API to External Stores (asynchronously) This operation can be used to publish an API to a list of external stores.okhttp3.CallExternalStoresApi.publishAPIToExternalStoresCall(String apiId, String externalStoreIds, String ifMatch, ApiCallback _callback) Build call for publishAPIToExternalStoresokhttp3.CallApIsApi.reimportServiceFromCatalogAsync(String apiId, ApiCallback<APIDTO> _callback) Update the Service that is used to create the API (asynchronously) This operation can be used to re-import the Service used to create the APIokhttp3.CallApIsApi.reimportServiceFromCatalogCall(String apiId, ApiCallback _callback) Build call for reimportServiceFromCatalogokhttp3.CallApiProductRevisionsApi.restoreAPIProductRevisionAsync(String apiProductId, String revisionId, ApiCallback<APIProductDTO> _callback) Restore Revision (asynchronously) Restore a revision to the Current API of the API Productokhttp3.CallApiProductRevisionsApi.restoreAPIProductRevisionCall(String apiProductId, String revisionId, ApiCallback _callback) Build call for restoreAPIProductRevisionokhttp3.CallApiRevisionsApi.restoreAPIRevisionAsync(String apiId, String revisionId, ApiCallback<APIDTO> _callback) Restore API Revision (asynchronously) Restore a revision to the current API of the APIokhttp3.CallApiRevisionsApi.restoreAPIRevisionCall(String apiId, String revisionId, ApiCallback _callback) Build call for restoreAPIRevisionokhttp3.CallMcpServerRevisionsApi.restoreMCPServerRevisionAsync(String mcpServerId, String revisionId, ApiCallback<MCPServerDTO> _callback) Restore a MCP Server Revision (asynchronously) Restore a revision to the current MCP serverokhttp3.CallMcpServerRevisionsApi.restoreMCPServerRevisionCall(String mcpServerId, String revisionId, ApiCallback _callback) Build call for restoreMCPServerRevisionokhttp3.CallUnifiedSearchApi.searchAsync(Integer limit, Integer offset, String query, String ifNoneMatch, ApiCallback<SearchResultListDTO> _callback) Retrieve/Search APIs and API Documents by Content (asynchronously) This operation provides you a list of available APIs and API Documents qualifying the given keyword match.okhttp3.CallUnifiedSearchApi.searchCall(Integer limit, Integer offset, String query, String ifNoneMatch, ApiCallback _callback) Build call for searchokhttp3.CallApIsApi.sequenceBackendDeleteAsync(String type, String apiId, ApiCallback<Void> _callback) Delete Sequence Backend of the API (asynchronously) This operation can be used to remove the Sequence Backend of the APIokhttp3.CallApIsApi.sequenceBackendDeleteCall(String type, String apiId, ApiCallback _callback) Build call for sequenceBackendDeleteokhttp3.CallApIsApi.sequenceBackendUpdateAsync(String apiId, File sequence, String type, ApiCallback<APIDTO> _callback) Upload Sequence Sequence as the Endpoint of the API (asynchronously) This operation can be used to change the endpoint of the API to Sequence Backendokhttp3.CallApIsApi.sequenceBackendUpdateCall(String apiId, File sequence, String type, ApiCallback _callback) Build call for sequenceBackendUpdateokhttp3.CallSubscriptionsApi.unBlockSubscriptionAsync(String subscriptionId, String ifMatch, ApiCallback<Void> _callback) Unblock a Subscription (asynchronously) This operation can be used to unblock a subscription specifying the subscription Id.okhttp3.CallSubscriptionsApi.unBlockSubscriptionCall(String subscriptionId, String ifMatch, ApiCallback _callback) Build call for unBlockSubscriptionokhttp3.CallApiProductRevisionsApi.undeployAPIProductRevisionAsync(String apiProductId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback<Void> _callback) UnDeploy Revision (asynchronously) UnDeploy an API Product Revisionokhttp3.CallApiProductRevisionsApi.undeployAPIProductRevisionCall(String apiProductId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback _callback) Build call for undeployAPIProductRevisionokhttp3.CallApiRevisionsApi.undeployAPIRevisionAsync(String apiId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback<Void> _callback) UnDeploy Revision (asynchronously) UnDeploy a revisionokhttp3.CallApiRevisionsApi.undeployAPIRevisionCall(String apiId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback _callback) Build call for undeployAPIRevisionokhttp3.CallMcpServerRevisionsApi.undeployMCPServerRevisionAsync(String mcpServerId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback<Void> _callback) UnDeploy Revision of a MCP Server (asynchronously) UnDeploy a revision of a MCP server.okhttp3.CallMcpServerRevisionsApi.undeployMCPServerRevisionCall(String mcpServerId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback _callback) Build call for undeployMCPServerRevisionokhttp3.CallApIsApi.updateAPIAsync(String apiId, APIDTO APIDTO, String ifMatch, ApiCallback<APIDTO> _callback) Update an API (asynchronously) This operation can be used to update an existing API.okhttp3.CallApIsApi.updateAPICall(String apiId, APIDTO APIDTO, String ifMatch, ApiCallback _callback) Build call for updateAPIokhttp3.CallClientCertificatesApi.updateAPIClientCertificateByAliasAsync(String alias, String apiId, File certificate, String tier, ApiCallback<ClientCertMetadataDTO> _callback) Update a Certificate (asynchronously) This operation can be used to update an uploaded certificate.okhttp3.CallClientCertificatesApi.updateAPIClientCertificateByAliasCall(String alias, String apiId, File certificate, String tier, ApiCallback _callback) Build call for updateAPIClientCertificateByAliasokhttp3.CallClientCertificatesApi.updateAPIClientCertificateByKeyTypeAndAliasAsync(String keyType, String alias, String apiId, File certificate, String tier, ApiCallback<ClientCertMetadataDTO> _callback) Update a Certificate of a Given Key Type (asynchronously) This operation can be used to update an uploaded certificate of a given key type.okhttp3.CallClientCertificatesApi.updateAPIClientCertificateByKeyTypeAndAliasCall(String keyType, String alias, String apiId, File certificate, String tier, ApiCallback _callback) Build call for updateAPIClientCertificateByKeyTypeAndAliasokhttp3.CallApiRevisionsApi.updateAPIDeploymentAsync(String apiId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO, ApiCallback<APIRevisionDeploymentDTO> _callback) Update Deployment (asynchronously) Update deployment devportal visibilityokhttp3.CallApiRevisionsApi.updateAPIDeploymentCall(String apiId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO, ApiCallback _callback) Build call for updateAPIDeploymentokhttp3.CallApiDocumentsApi.updateAPIDocumentAsync(String apiId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Update a Document of an API (asynchronously) This operation can be used to update metadata of an API's document.okhttp3.CallApiDocumentsApi.updateAPIDocumentCall(String apiId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback _callback) Build call for updateAPIDocumentokhttp3.CallApiEndpointsApi.updateApiEndpointAsync(String apiId, String endpointId, APIEndpointDTO apIEndpointDTO, ApiCallback<APIEndpointDTO> _callback) Update an Endpoint (asynchronously) This operation can be used to update a API endpoint.okhttp3.CallApiEndpointsApi.updateApiEndpointCall(String apiId, String endpointId, APIEndpointDTO apIEndpointDTO, ApiCallback _callback) Build call for updateApiEndpointokhttp3.CallGraphQlSchemaApi.updateAPIGraphQLSchemaAsync(String apiId, String schemaDefinition, String ifMatch, ApiCallback<Void> _callback) Add a Schema to a GraphQL API (asynchronously) This operation can be used to add a GraphQL Schema definition to an existing GraphQL API.okhttp3.CallGraphQlSchemaApi.updateAPIGraphQLSchemaCall(String apiId, String schemaDefinition, String ifMatch, ApiCallback _callback) Build call for updateAPIGraphQLSchemaokhttp3.CallApiProductsApi.updateAPIProductAsync(String apiProductId, APIProductDTO apIProductDTO, String ifMatch, ApiCallback<APIProductDTO> _callback) Update an API Product (asynchronously) This operation can be used to update an existing API product.okhttp3.CallApiProductsApi.updateAPIProductCall(String apiProductId, APIProductDTO apIProductDTO, String ifMatch, ApiCallback _callback) Build call for updateAPIProductokhttp3.CallApiProductRevisionsApi.updateAPIProductDeploymentAsync(String apiProductId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO, ApiCallback<APIRevisionDeploymentDTO> _callback) Update Deployment (asynchronously) Update deployment devportal visibilityokhttp3.CallApiProductRevisionsApi.updateAPIProductDeploymentCall(String apiProductId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO, ApiCallback _callback) Build call for updateAPIProductDeploymentokhttp3.CallApiProductDocumentsApi.updateAPIProductDocumentAsync(String apiProductId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Update a Document of an API Product (asynchronously) This operation can be used to update metadata of an API's document.okhttp3.CallApiProductDocumentsApi.updateAPIProductDocumentCall(String apiProductId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback _callback) Build call for updateAPIProductDocumentokhttp3.CallApiProductsApi.updateAPIProductThumbnailAsync(String apiProductId, File file, String ifMatch, ApiCallback<FileInfoDTO> _callback) Upload a Thumbnail Image (asynchronously) This operation can be used to upload a thumbnail image of an API Product.okhttp3.CallApiProductsApi.updateAPIProductThumbnailCall(String apiProductId, File file, String ifMatch, ApiCallback _callback) Build call for updateAPIProductThumbnailokhttp3.CallApiResourcePoliciesApi.updateAPIResourcePoliciesByPolicyIdAsync(String apiId, String resourcePolicyId, ResourcePolicyInfoDTO resourcePolicyInfoDTO, String ifMatch, ApiCallback<ResourcePolicyInfoDTO> _callback) Update the Resource Policy(inflow/outflow) Definition for the Given Resource Identifier (asynchronously) This operation can be used to update the resource policy(inflow/outflow) definition for the given resource identifier of an existing API.okhttp3.CallApiResourcePoliciesApi.updateAPIResourcePoliciesByPolicyIdCall(String apiId, String resourcePolicyId, ResourcePolicyInfoDTO resourcePolicyInfoDTO, String ifMatch, ApiCallback _callback) Build call for updateAPIResourcePoliciesByPolicyIdokhttp3.CallApIsApi.updateAPISwaggerAsync(String apiId, String ifMatch, String apiDefinition, String url, File file, ApiCallback<String> _callback) Update Swagger Definition (asynchronously) This operation can be used to update the swagger definition of an existing API.okhttp3.CallApIsApi.updateAPISwaggerCall(String apiId, String ifMatch, String apiDefinition, String url, File file, ApiCallback _callback) Build call for updateAPISwaggerokhttp3.CallApIsApi.updateAPIThumbnailAsync(String apiId, File file, String ifMatch, ApiCallback<FileInfoDTO> _callback) Upload a Thumbnail Image (asynchronously) This operation can be used to upload a thumbnail image of an API.okhttp3.CallApIsApi.updateAPIThumbnailCall(String apiId, File file, String ifMatch, ApiCallback _callback) Build call for updateAPIThumbnailokhttp3.CallEndpointCertificatesApi.updateEndpointCertificateByAliasAsync(String alias, File certificate, ApiCallback<CertMetadataDTO> _callback) Update a certificate.okhttp3.CallEndpointCertificatesApi.updateEndpointCertificateByAliasCall(String alias, File certificate, ApiCallback _callback) Build call for updateEndpointCertificateByAliasokhttp3.CallGatewayPoliciesApi.updateGatewayPoliciesToFlowsAsync(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback<GatewayPolicyMappingsDTO> _callback) Update gateway policies added to the request, response, fault flows (asynchronously) This operation can be used to update already added gateway policies to the request, response, fault flows.okhttp3.CallGatewayPoliciesApi.updateGatewayPoliciesToFlowsCall(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback _callback) Build call for updateGatewayPoliciesToFlowsokhttp3.CallGraphQlPoliciesApi.updateGraphQLPolicyComplexityOfAPIAsync(String apiId, GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO, ApiCallback<Void> _callback) Update Complexity Related Details of an API (asynchronously) This operation can be used to update complexity details belonging to an API by providing the id of the API.okhttp3.CallGraphQlPoliciesApi.updateGraphQLPolicyComplexityOfAPICall(String apiId, GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO, ApiCallback _callback) Build call for updateGraphQLPolicyComplexityOfAPIokhttp3.CallMcpServersApi.updateMCPServerAsync(String mcpServerId, MCPServerDTO mcPServerDTO, String ifMatch, ApiCallback<MCPServerDTO> _callback) Update a MCP Server (asynchronously) This operation can be used to update an existing MCP Server.okhttp3.CallMcpServerBackendsApi.updateMCPServerBackendAsync(String mcpServerId, String backendId, BackendDTO backendDTO, ApiCallback<BackendDTO> _callback) Update a backend of a MCP Server (asynchronously) This operation can be used to update a backend of a MCP Serverokhttp3.CallMcpServerBackendsApi.updateMCPServerBackendCall(String mcpServerId, String backendId, BackendDTO backendDTO, ApiCallback _callback) Build call for updateMCPServerBackendokhttp3.CallMcpServersApi.updateMCPServerCall(String mcpServerId, MCPServerDTO mcPServerDTO, String ifMatch, ApiCallback _callback) Build call for updateMCPServerokhttp3.CallMcpServerRevisionsApi.updateMCPServerDeploymentAsync(String mcpServerId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO, ApiCallback<APIRevisionDeploymentDTO> _callback) Update Deployment (asynchronously) Update deployment devportal visibilityokhttp3.CallMcpServerRevisionsApi.updateMCPServerDeploymentCall(String mcpServerId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO, ApiCallback _callback) Build call for updateMCPServerDeploymentokhttp3.CallMcpServerDocumentsApi.updateMCPServerDocumentAsync(String mcpServerId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Update a Document of a MCP Server (asynchronously) This operation can be used to update metadata of an MCP server's document.okhttp3.CallMcpServerDocumentsApi.updateMCPServerDocumentCall(String mcpServerId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback _callback) Build call for updateMCPServerDocumentokhttp3.CallScopesApi.updateSharedScopeAsync(String scopeId, ScopeDTO scopeDTO, ApiCallback<ScopeDTO> _callback) Update a Shared Scope (asynchronously) This operation can be used to update a Shared Scope by a given scope Id.okhttp3.CallScopesApi.updateSharedScopeCall(String scopeId, ScopeDTO scopeDTO, ApiCallback _callback) Build call for updateSharedScopeokhttp3.CallApIsApi.updateTopicsAsync(String apiId, TopicListDTO topicListDTO, String ifMatch, ApiCallback<APIDTO> _callback) Update Topics (asynchronously) This operation can be used to update topics of an existing API.okhttp3.CallApIsApi.updateTopicsCall(String apiId, TopicListDTO topicListDTO, String ifMatch, ApiCallback _callback) Build call for updateTopicsokhttp3.CallApIsApi.updateWSDLOfAPIAsync(String apiId, String ifMatch, File file, String url, ApiCallback<Void> _callback) Update WSDL Definition (asynchronously) This operation can be used to update the WSDL definition of an existing API.okhttp3.CallApIsApi.updateWSDLOfAPICall(String apiId, String ifMatch, File file, String url, ApiCallback _callback) Build call for updateWSDLOfAPIokhttp3.CallValidationApi.validateAPIAsync(String query, String ifNoneMatch, ApiCallback<Void> _callback) Check Given API Context Name already Exists (asynchronously) Using this operation, you can check a given API context is already used.okhttp3.CallValidationApi.validateAPICall(String query, String ifNoneMatch, ApiCallback _callback) Build call for validateAPIokhttp3.CallValidationApi.validateAsyncAPISpecificationAsync(Boolean returnContent, String url, File file, ApiCallback<AsyncAPISpecificationValidationResponseDTO> _callback) Validate an AsyncAPI Specification (asynchronously) This operation can be used to validate and AsyncAPI Specification and retrieve a summary.okhttp3.CallValidationApi.validateAsyncAPISpecificationCall(Boolean returnContent, String url, File file, ApiCallback _callback) Build call for validateAsyncAPISpecificationokhttp3.CallApiDocumentsApi.validateDocumentAsync(String apiId, String name, String ifMatch, ApiCallback<Void> _callback) Check Whether a Document with the Provided Name Exist (asynchronously) This operation can be used to verify the document name exists or not.okhttp3.CallApiDocumentsApi.validateDocumentCall(String apiId, String name, String ifMatch, ApiCallback _callback) Build call for validateDocumentokhttp3.CallValidationApi.validateEndpointAsync(String endpointUrl, String apiId, ApiCallback<ApiEndpointValidationResponseDTO> _callback) Check Whether Given Endpoint URL is Valid (asynchronously) Using this operation, it is possible check whether the given API endpoint url is a valid urlokhttp3.CallValidationApi.validateEndpointCall(String endpointUrl, String apiId, ApiCallback _callback) Build call for validateEndpointokhttp3.CallValidationApi.validateGraphQLSchemaAsync(Boolean useIntrospection, File file, String url, ApiCallback<GraphQLValidationResponseDTO> _callback) Validate a GraphQL SDL (asynchronously) This operation can be used to validate a graphQL definition and retrieve a summary.okhttp3.CallValidationApi.validateGraphQLSchemaCall(Boolean useIntrospection, File file, String url, ApiCallback _callback) Build call for validateGraphQLSchemaokhttp3.CallValidationApi.validateMCPServerAsync(String query, String ifNoneMatch, ApiCallback<Void> _callback) Check Given API Context Name already Exists (asynchronously) Using this operation, you can check a given API context is already used.okhttp3.CallValidationApi.validateMCPServerCall(String query, String ifNoneMatch, ApiCallback _callback) Build call for validateMCPServerokhttp3.CallMcpServerDocumentsApi.validateMCPServerDocumentAsync(String mcpServerId, String name, String ifMatch, ApiCallback<Void> _callback) Check Whether a Document with the Provided Name Exist (asynchronously) This operation can be used to verify the document name exists or not.okhttp3.CallMcpServerDocumentsApi.validateMCPServerDocumentCall(String mcpServerId, String name, String ifMatch, ApiCallback _callback) Build call for validateMCPServerDocumentokhttp3.CallValidationApi.validateMCPServerEndpointAsync(String endpointUrl, String apiId, ApiCallback<ApiEndpointValidationResponseDTO> _callback) Check Whether Given Endpoint URL is Valid (asynchronously) Using this operation, it is possible check whether the given MCP server URL is a valid urlokhttp3.CallValidationApi.validateMCPServerEndpointCall(String endpointUrl, String apiId, ApiCallback _callback) Build call for validateMCPServerEndpointokhttp3.CallValidationApi.validateOpenAPIDefinitionAsync(Boolean returnContent, String url, File file, String inlineAPIDefinition, ApiCallback<OpenAPIDefinitionValidationResponseDTO> _callback) Validate an OpenAPI Definition (asynchronously) This operation can be used to validate an OpenAPI definition and retrieve a summary.okhttp3.CallValidationApi.validateOpenAPIDefinitionCall(Boolean returnContent, String url, File file, String inlineAPIDefinition, ApiCallback _callback) Build call for validateOpenAPIDefinitionokhttp3.CallValidationApi.validateOpenAPIDefinitionOfMCPServerAsync(Boolean returnContent, String url, File file, String inlineAPIDefinition, ApiCallback<OpenAPIDefinitionValidationResponseDTO> _callback) Validate an OpenAPI Definition of a API (asynchronously) This operation can be used to validate an OpenAPI definition and retrieve a summary.okhttp3.CallValidationApi.validateOpenAPIDefinitionOfMCPServerCall(Boolean returnContent, String url, File file, String inlineAPIDefinition, ApiCallback _callback) Build call for validateOpenAPIDefinitionOfMCPServerokhttp3.CallScopesApi.validateScopeAsync(String scopeId, ApiCallback<Void> _callback) Check Given Scope Name already Exists (asynchronously) Using this operation, user can check a given scope name exists or not.okhttp3.CallScopesApi.validateScopeCall(String scopeId, ApiCallback _callback) Build call for validateScopeokhttp3.CallRolesApi.validateSystemRoleAsync(String roleId, ApiCallback<Void> _callback) Check Whether Given Role Name already Exist (asynchronously) Using this operation, user can check a given role name exists or not.okhttp3.CallRolesApi.validateSystemRoleCall(String roleId, ApiCallback _callback) Build call for validateSystemRoleokhttp3.CallValidationApi.validateThirdPartyMCPServerAsync(MCPServerValidationRequestDTO mcPServerValidationRequestDTO, ApiCallback<MCPServerValidationResponseDTO> _callback) Validate a third-party MCP Server (asynchronously) This operation can be used to validate a `url` of a third party mcp serverokhttp3.CallValidationApi.validateThirdPartyMCPServerCall(MCPServerValidationRequestDTO mcPServerValidationRequestDTO, ApiCallback _callback) Build call for validateThirdPartyMCPServerokhttp3.CallRolesApi.validateUserRoleAsync(String roleId, ApiCallback<Void> _callback) Validate Whether the Logged-in User has the Given Role (asynchronously) Using this operation, logged-in user can check whether he has given role.okhttp3.CallRolesApi.validateUserRoleCall(String roleId, ApiCallback _callback) Build call for validateUserRoleokhttp3.CallValidationApi.validateWSDLDefinitionAsync(String url, File file, ApiCallback<WSDLValidationResponseDTO> _callback) Validate a WSDL Definition (asynchronously) This operation can be used to validate a WSDL definition and retrieve a summary.okhttp3.CallValidationApi.validateWSDLDefinitionCall(String url, File file, ApiCallback _callback) Build call for validateWSDLDefinition