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