public class ArkApi extends Object
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
GetApiKeyResponse |
getApiKey(GetApiKeyRequest body) |
com.squareup.okhttp.Call |
getApiKeyAsync(GetApiKeyRequest body,
ApiCallback<GetApiKeyResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getApiKeyCall(GetApiKeyRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getApiKey
|
ApiResponse<GetApiKeyResponse> |
getApiKeyWithHttpInfo(@NotNull GetApiKeyRequest body) |
void |
setApiClient(ApiClient apiClient) |
public ArkApi()
public ArkApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getApiKeyCall(GetApiKeyRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GetApiKeyResponse getApiKey(GetApiKeyRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GetApiKeyResponse> getApiKeyWithHttpInfo(@NotNull @NotNull GetApiKeyRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getApiKeyAsync(GetApiKeyRequest body, ApiCallback<GetApiKeyResponse> callback) throws ApiException
body - (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 objectCopyright © 2024. All rights reserved.