public class EndpointsToSetupTheAiApi extends Object
| Constructor and Description |
|---|
EndpointsToSetupTheAiApi() |
EndpointsToSetupTheAiApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
void |
setINDefine(INDefineAI inDefineAI)
Set definitions via pre-defined prototypes.
|
okhttp3.Call |
setINDefineAsync(INDefineAI inDefineAI,
ApiCallback<Void> _callback)
Set definitions via pre-defined prototypes.
|
okhttp3.Call |
setINDefineCall(INDefineAI inDefineAI,
ApiCallback _callback)
Build call for setINDefine
|
ApiResponse<Void> |
setINDefineWithHttpInfo(INDefineAI inDefineAI)
Set definitions via pre-defined prototypes.
|
void |
setINParams(INParams inParams)
Set the behaviour parameters for one object class.
|
okhttp3.Call |
setINParamsAsync(INParams inParams,
ApiCallback<Void> _callback)
Set the behaviour parameters for one object class.
|
okhttp3.Call |
setINParamsCall(INParams inParams,
ApiCallback _callback)
Build call for setINParams
|
ApiResponse<Void> |
setINParamsWithHttpInfo(INParams inParams)
Set the behaviour parameters for one object class.
|
public EndpointsToSetupTheAiApi()
public EndpointsToSetupTheAiApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call setINDefineCall(INDefineAI inDefineAI, ApiCallback _callback) throws ApiException
inDefineAI - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 400 | Bad request. Check for badly formatted request body. | - |
| 200 | successful operation | - |
public void setINDefine(INDefineAI inDefineAI) throws ApiException
inDefineAI - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad request. Check for badly formatted request body. | - |
| 200 | successful operation | - |
public ApiResponse<Void> setINDefineWithHttpInfo(INDefineAI inDefineAI) throws ApiException
inDefineAI - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad request. Check for badly formatted request body. | - |
| 200 | successful operation | - |
public okhttp3.Call setINDefineAsync(INDefineAI inDefineAI, ApiCallback<Void> _callback) throws ApiException
inDefineAI - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 400 | Bad request. Check for badly formatted request body. | - |
| 200 | successful operation | - |
public okhttp3.Call setINParamsCall(INParams inParams, ApiCallback _callback) throws ApiException
inParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 400 | Bad request. Check for badly formatted request body. | - |
| 200 | successful operation | - |
public void setINParams(INParams inParams) throws ApiException
inParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad request. Check for badly formatted request body. | - |
| 200 | successful operation | - |
public ApiResponse<Void> setINParamsWithHttpInfo(INParams inParams) throws ApiException
inParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad request. Check for badly formatted request body. | - |
| 200 | successful operation | - |
public okhttp3.Call setINParamsAsync(INParams inParams, ApiCallback<Void> _callback) throws ApiException
inParams - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 400 | Bad request. Check for badly formatted request body. | - |
| 200 | successful operation | - |
Copyright © 2010–2021 anotheria.net. All rights reserved.