Class AiServiceProvidersApi
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.AiServiceProvidersApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet all AI Service providers Get all AI Service providersokhttp3.CallGet all AI Service providers (asynchronously) Get all AI Service providersokhttp3.CallgetAIServiceProvidersCall(ApiCallback _callback) Build call for getAIServiceProvidersGet all AI Service providers Get all AI Service providersvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
AiServiceProvidersApi
public AiServiceProvidersApi() -
AiServiceProvidersApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getAIServiceProvidersCall
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
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 ApiExceptionGet 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
-