public class CheckersApi extends Object
| Constructor and Description |
|---|
CheckersApi() |
CheckersApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
checkApplicationPost(File file)
Check validity of application configuration for Workbench
Checks a configuration file
|
com.squareup.okhttp.Call |
checkApplicationPostAsync(File file,
ApiCallback<Integer> callback)
Check validity of application configuration for Workbench (asynchronously)
Checks a configuration file
|
com.squareup.okhttp.Call |
checkApplicationPostCall(File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for checkApplicationPost
|
ApiResponse<Integer> |
checkApplicationPostWithHttpInfo(File file)
Check validity of application configuration for Workbench
Checks a configuration file
|
Integer |
checkContractCodePost(Integer ledgerId)
Check validity of application ledger implementation for Workbench
Checks a ledger implementation file against configuration file
|
com.squareup.okhttp.Call |
checkContractCodePostAsync(Integer ledgerId,
ApiCallback<Integer> callback)
Check validity of application ledger implementation for Workbench (asynchronously)
Checks a ledger implementation file against configuration file
|
com.squareup.okhttp.Call |
checkContractCodePostCall(Integer ledgerId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for checkContractCodePost
|
ApiResponse<Integer> |
checkContractCodePostWithHttpInfo(Integer ledgerId)
Check validity of application ledger implementation for Workbench
Checks a ledger implementation file against configuration file
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public CheckersApi()
public CheckersApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call checkApplicationPostCall(File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
file - Upload File (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Integer checkApplicationPost(File file) throws ApiException
file - Upload File (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Integer> checkApplicationPostWithHttpInfo(File file) throws ApiException
file - Upload File (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call checkApplicationPostAsync(File file, ApiCallback<Integer> callback) throws ApiException
file - Upload File (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 objectpublic com.squareup.okhttp.Call checkContractCodePostCall(Integer ledgerId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
ledgerId - The input chain type id (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Integer checkContractCodePost(Integer ledgerId) throws ApiException
ledgerId - The input chain type id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Integer> checkContractCodePostWithHttpInfo(Integer ledgerId) throws ApiException
ledgerId - The input chain type id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call checkContractCodePostAsync(Integer ledgerId, ApiCallback<Integer> callback) throws ApiException
ledgerId - The input chain type id (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 objectCopyright © 2018. All rights reserved.