Class AiServiceProvidersApi
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.AiServiceProvidersApi
-
public class AiServiceProvidersApi extends Object
-
-
Constructor Summary
Constructors Constructor Description AiServiceProvidersApi()AiServiceProvidersApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AIServiceProviderSummaryResponseListDTOgetAIServiceProviders()Get all AI Service providers Get all AI Service providersokhttp3.CallgetAIServiceProvidersAsync(ApiCallback<AIServiceProviderSummaryResponseListDTO> _callback)Get all AI Service providers (asynchronously) Get all AI Service providersokhttp3.CallgetAIServiceProvidersCall(ApiCallback _callback)Build call for getAIServiceProvidersApiResponse<AIServiceProviderSummaryResponseListDTO>getAIServiceProvidersWithHttpInfo()Get all AI Service providers Get all AI Service providersApiClientgetApiClient()voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
AiServiceProvidersApi
public AiServiceProvidersApi()
-
AiServiceProvidersApi
public AiServiceProvidersApi(ApiClient apiClient)
-
-
Method Detail
-
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
-
-