public class EarnUniApi.APIlistUserUniLendsRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listUserUniLends
|
EarnUniApi.APIlistUserUniLendsRequest |
currency(String currency)
Set currency
|
List<UniLend> |
execute()
Execute listUserUniLends request
|
okhttp3.Call |
executeAsync(ApiCallback<List<UniLend>> _callback)
Execute listUserUniLends request (asynchronously)
|
ApiResponse<List<UniLend>> |
executeWithHttpInfo()
Execute listUserUniLends request with HTTP info returned
|
EarnUniApi.APIlistUserUniLendsRequest |
limit(Integer limit)
Set limit
|
EarnUniApi.APIlistUserUniLendsRequest |
page(Integer page)
Set page
|
public EarnUniApi.APIlistUserUniLendsRequest currency(String currency)
currency - Retrieve data of the specified currency (optional)public EarnUniApi.APIlistUserUniLendsRequest page(Integer page)
page - Page number (optional, default to 1)public EarnUniApi.APIlistUserUniLendsRequest 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<UniLend> 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<UniLend>> 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<UniLend>> _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.