public class GetKeySgd1Api
extends java.lang.Object
| Constructor and Description |
|---|
GetKeySgd1Api() |
GetKeySgd1Api(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
SgdResponse |
listEciesKeySgd1(RequestBody requestBody)
List all from aktorServer/SGD1 inclusive PublicEciesKey
|
okhttp3.Call |
listEciesKeySgd1Async(RequestBody requestBody,
ApiCallback<SgdResponse> _callback)
List all from aktorServer/SGD1 inclusive PublicEciesKey (asynchronously)
|
okhttp3.Call |
listEciesKeySgd1Call(RequestBody requestBody,
ApiCallback _callback)
Build call for listEciesKeySgd1
|
ApiResponse<SgdResponse> |
listEciesKeySgd1WithHttpInfo(RequestBody requestBody)
List all from aktorServer/SGD1 inclusive PublicEciesKey
|
void |
setApiClient(ApiClient apiClient) |
public GetKeySgd1Api()
public GetKeySgd1Api(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call listEciesKeySgd1Call(RequestBody requestBody, ApiCallback _callback) throws ApiException
requestBody - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic SgdResponse listEciesKeySgd1(RequestBody requestBody) throws ApiException
requestBody - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SgdResponse> listEciesKeySgd1WithHttpInfo(RequestBody requestBody) throws ApiException
requestBody - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call listEciesKeySgd1Async(RequestBody requestBody, ApiCallback<SgdResponse> _callback) throws ApiException
requestBody - (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