| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listWithdrawals
|
WalletApi.APIlistWithdrawalsRequest |
currency(String currency)
Set currency
|
List<LedgerRecord> |
execute()
Execute listWithdrawals request
|
okhttp3.Call |
executeAsync(ApiCallback<List<LedgerRecord>> _callback)
Execute listWithdrawals request (asynchronously)
|
ApiResponse<List<LedgerRecord>> |
executeWithHttpInfo()
Execute listWithdrawals request with HTTP info returned
|
WalletApi.APIlistWithdrawalsRequest |
from(Long from)
Set from
|
WalletApi.APIlistWithdrawalsRequest |
limit(Integer limit)
Set limit
|
WalletApi.APIlistWithdrawalsRequest |
offset(Integer offset)
Set offset
|
WalletApi.APIlistWithdrawalsRequest |
to(Long to)
Set to
|
public WalletApi.APIlistWithdrawalsRequest currency(String currency)
currency - Filter by currency. Return all currency records if not specified (optional)public WalletApi.APIlistWithdrawalsRequest from(Long from)
from - Time range beginning, default to 7 days before current time (optional)public WalletApi.APIlistWithdrawalsRequest to(Long to)
to - Time range ending, default to current time (optional)public WalletApi.APIlistWithdrawalsRequest limit(Integer limit)
limit - Maximum number of records returned in one list (optional, default to 100)public WalletApi.APIlistWithdrawalsRequest offset(Integer offset)
offset - List offset, starting from 0 (optional, default to 0)public okhttp3.Call buildCall(ApiCallback _callback) throws ApiException
_callback - ApiCallback API callbackApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
public List<LedgerRecord> execute() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
public ApiResponse<List<LedgerRecord>> executeWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
public okhttp3.Call executeAsync(ApiCallback<List<LedgerRecord>> _callback) throws ApiException
_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 | List retrieved | - |
Copyright © 2021. All rights reserved.