| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listLoanRecords
|
List<LoanRecord> |
execute()
Execute listLoanRecords request
|
okhttp3.Call |
executeAsync(ApiCallback<List<LoanRecord>> _callback)
Execute listLoanRecords request (asynchronously)
|
ApiResponse<List<LoanRecord>> |
executeWithHttpInfo()
Execute listLoanRecords request with HTTP info returned
|
MarginApi.APIlistLoanRecordsRequest |
limit(Integer limit)
Set limit
|
MarginApi.APIlistLoanRecordsRequest |
page(Integer page)
Set page
|
MarginApi.APIlistLoanRecordsRequest |
status(String status)
Set status
|
public MarginApi.APIlistLoanRecordsRequest status(String status)
status - Loan record status (optional)public MarginApi.APIlistLoanRecordsRequest page(Integer page)
page - Page number (optional, default to 1)public MarginApi.APIlistLoanRecordsRequest limit(Integer limit)
limit - Maximum number of records returned in one list (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 | List retrieved | - |
public List<LoanRecord> 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<LoanRecord>> 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<LoanRecord>> _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.