Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ApiEndpointValidationResponseDTO
-
Packages that use ApiEndpointValidationResponseDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of ApiEndpointValidationResponseDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ApiEndpointValidationResponseDTO Modifier and Type Method Description ApiEndpointValidationResponseDTOValidationApi. validateEndpoint(String endpointUrl, String apiId)Check Whether Given Endpoint URL is Valid Using this operation, it is possible check whether the given API endpoint url is a valid urlApiEndpointValidationResponseDTOValidationApi. validateMCPServerEndpoint(String endpointUrl, String apiId)Check Whether Given Endpoint URL is Valid Using this operation, it is possible check whether the given MCP server URL is a valid urlMethods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type ApiEndpointValidationResponseDTO Modifier and Type Method Description ApiResponse<ApiEndpointValidationResponseDTO>ValidationApi. validateEndpointWithHttpInfo(String endpointUrl, String apiId)Check Whether Given Endpoint URL is Valid Using this operation, it is possible check whether the given API endpoint url is a valid urlApiResponse<ApiEndpointValidationResponseDTO>ValidationApi. validateMCPServerEndpointWithHttpInfo(String endpointUrl, String apiId)Check Whether Given Endpoint URL is Valid Using this operation, it is possible check whether the given MCP server URL is a valid urlMethod parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type ApiEndpointValidationResponseDTO Modifier and Type Method Description okhttp3.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. 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 url -
Uses of ApiEndpointValidationResponseDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ApiEndpointValidationResponseDTO Modifier and Type Method Description ApiEndpointValidationResponseDTOApiEndpointValidationResponseDTO. error(String error)ApiEndpointValidationResponseDTOApiEndpointValidationResponseDTO. statusCode(Integer statusCode)ApiEndpointValidationResponseDTOApiEndpointValidationResponseDTO. statusMessage(String statusMessage)
-