Class AiServiceProvidersApi

java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.AiServiceProvidersApi

public class AiServiceProvidersApi extends Object
  • Constructor Details

    • AiServiceProvidersApi

      public AiServiceProvidersApi()
    • AiServiceProvidersApi

      public AiServiceProvidersApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getAIServiceProvidersCall

      public okhttp3.Call getAIServiceProvidersCall(ApiCallback _callback) throws ApiException
      Build call for getAIServiceProviders
      Parameters:
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • getAIServiceProviders

      public AIServiceProviderSummaryResponseListDTO getAIServiceProviders() throws ApiException
      Get all AI Service providers Get all AI Service providers
      Returns:
      AIServiceProviderSummaryResponseListDTO
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • getAIServiceProvidersWithHttpInfo

      public ApiResponse<AIServiceProviderSummaryResponseListDTO> getAIServiceProvidersWithHttpInfo() throws ApiException
      Get all AI Service providers Get all AI Service providers
      Returns:
      ApiResponse<AIServiceProviderSummaryResponseListDTO>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • getAIServiceProvidersAsync

      public okhttp3.Call getAIServiceProvidersAsync(ApiCallback<AIServiceProviderSummaryResponseListDTO> _callback) throws ApiException
      Get all AI Service providers (asynchronously) Get all AI Service providers
      Parameters:
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object