| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listSubAccountTransfers
|
List<SubAccountTransfer> |
execute()
Execute listSubAccountTransfers request
|
okhttp3.Call |
executeAsync(ApiCallback<List<SubAccountTransfer>> _callback)
Execute listSubAccountTransfers request (asynchronously)
|
ApiResponse<List<SubAccountTransfer>> |
executeWithHttpInfo()
Execute listSubAccountTransfers request with HTTP info returned
|
WalletApi.APIlistSubAccountTransfersRequest |
from(Long from)
Set from
|
WalletApi.APIlistSubAccountTransfersRequest |
limit(Integer limit)
Set limit
|
WalletApi.APIlistSubAccountTransfersRequest |
offset(Integer offset)
Set offset
|
WalletApi.APIlistSubAccountTransfersRequest |
subUid(String subUid)
Set subUid
|
WalletApi.APIlistSubAccountTransfersRequest |
to(Long to)
Set to
|
public WalletApi.APIlistSubAccountTransfersRequest subUid(String subUid)
subUid - Sub account user ID. Return records related to all sub accounts if not specified (optional)public WalletApi.APIlistSubAccountTransfersRequest from(Long from)
from - Time range beginning, default to 7 days before current time (optional)public WalletApi.APIlistSubAccountTransfersRequest to(Long to)
to - Time range ending, default to current time (optional)public WalletApi.APIlistSubAccountTransfersRequest limit(Integer limit)
limit - Maximum number of records returned in one list (optional, default to 100)public WalletApi.APIlistSubAccountTransfersRequest 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<SubAccountTransfer> 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<SubAccountTransfer>> 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<SubAccountTransfer>> _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.