public class LedgersApi extends Object
| Constructor and Description |
|---|
LedgersApi() |
LedgersApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
LedgerList |
ledgersGet(Integer top,
Integer skip)
Lists the supported blockchain types, such as Ethereum or Hyperledger Fabric.
|
com.squareup.okhttp.Call |
ledgersGetAsync(Integer top,
Integer skip,
ApiCallback<LedgerList> callback)
(asynchronously)
Lists the supported blockchain types, such as Ethereum or Hyperledger Fabric.
|
com.squareup.okhttp.Call |
ledgersGetCall(Integer top,
Integer skip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for ledgersGet
|
ApiResponse<LedgerList> |
ledgersGetWithHttpInfo(Integer top,
Integer skip)
Lists the supported blockchain types, such as Ethereum or Hyperledger Fabric.
|
void |
setApiClient(ApiClient apiClient) |
public LedgersApi()
public LedgersApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call ledgersGetCall(Integer top, Integer skip, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
top - The maximum number of items to return (optional)skip - The number of items to skip before returning (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic LedgerList ledgersGet(Integer top, Integer skip) throws ApiException
top - The maximum number of items to return (optional)skip - The number of items to skip before returning (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<LedgerList> ledgersGetWithHttpInfo(Integer top, Integer skip) throws ApiException
top - The maximum number of items to return (optional)skip - The number of items to skip before returning (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call ledgersGetAsync(Integer top, Integer skip, ApiCallback<LedgerList> callback) throws ApiException
top - The maximum number of items to return (optional)skip - The number of items to skip before returning (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.