public class EarnUniApi.APIlistUniInterestRecordsRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listUniInterestRecords
|
EarnUniApi.APIlistUniInterestRecordsRequest |
currency(String currency)
Set currency
|
List<UniInterestRecord> |
execute()
Execute listUniInterestRecords request
|
okhttp3.Call |
executeAsync(ApiCallback<List<UniInterestRecord>> _callback)
Execute listUniInterestRecords request (asynchronously)
|
ApiResponse<List<UniInterestRecord>> |
executeWithHttpInfo()
Execute listUniInterestRecords request with HTTP info returned
|
EarnUniApi.APIlistUniInterestRecordsRequest |
limit(Integer limit)
Set limit
|
EarnUniApi.APIlistUniInterestRecordsRequest |
page(Integer page)
Set page
|
public EarnUniApi.APIlistUniInterestRecordsRequest currency(String currency)
currency - Retrieve data of the specified currency (optional)public EarnUniApi.APIlistUniInterestRecordsRequest page(Integer page)
page - Page number (optional, default to 1)public EarnUniApi.APIlistUniInterestRecordsRequest limit(Integer limit)
limit - Maximum response items. Default: 100, minimum: 1, Maximum: 100 (optional, default to 100)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 | Successfully retrieved | - |
public List<UniInterestRecord> 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 | Successfully retrieved | - |
public ApiResponse<List<UniInterestRecord>> 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 | Successfully retrieved | - |
public okhttp3.Call executeAsync(ApiCallback<List<UniInterestRecord>> _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 | Successfully retrieved | - |
Copyright © 2023. All rights reserved.