public class SignalsApi extends Object
| Constructor and Description |
|---|
SignalsApi() |
SignalsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
int |
getHostIndex() |
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
VerifySignalsPost200Response |
verifySignalsPost(String v,
MultiFieldReq multiFieldReq) |
okhttp3.Call |
verifySignalsPostAsync(String v,
MultiFieldReq multiFieldReq,
ApiCallback<VerifySignalsPost200Response> _callback)
(asynchronously)
|
okhttp3.Call |
verifySignalsPostCall(String v,
MultiFieldReq multiFieldReq,
ApiCallback _callback)
Build call for verifySignalsPost
|
ApiResponse<VerifySignalsPost200Response> |
verifySignalsPostWithHttpInfo(String v,
MultiFieldReq multiFieldReq) |
public SignalsApi()
public SignalsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call verifySignalsPostCall(String v, MultiFieldReq multiFieldReq, ApiCallback _callback) throws ApiException
v - (optional)multiFieldReq - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | Successful response | - |
public VerifySignalsPost200Response verifySignalsPost(String v, MultiFieldReq multiFieldReq) throws ApiException
v - (optional)multiFieldReq - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | Successful response | - |
public ApiResponse<VerifySignalsPost200Response> verifySignalsPostWithHttpInfo(String v, MultiFieldReq multiFieldReq) throws ApiException
v - (optional)multiFieldReq - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | Successful response | - |
public okhttp3.Call verifySignalsPostAsync(String v, MultiFieldReq multiFieldReq, ApiCallback<VerifySignalsPost200Response> _callback) throws ApiException
v - (optional)multiFieldReq - (optional)_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 |
| 200 | Successful response | - |
Copyright © 2024. All rights reserved.