| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listCrossMarginRepayments
|
MarginApi.APIlistCrossMarginRepaymentsRequest |
currency(String currency)
Set currency
|
List<CrossMarginRepayment> |
execute()
Execute listCrossMarginRepayments request
|
okhttp3.Call |
executeAsync(ApiCallback<List<CrossMarginRepayment>> _callback)
Execute listCrossMarginRepayments request (asynchronously)
|
ApiResponse<List<CrossMarginRepayment>> |
executeWithHttpInfo()
Execute listCrossMarginRepayments request with HTTP info returned
|
MarginApi.APIlistCrossMarginRepaymentsRequest |
limit(Integer limit)
Set limit
|
MarginApi.APIlistCrossMarginRepaymentsRequest |
loanId(String loanId)
Set loanId
|
MarginApi.APIlistCrossMarginRepaymentsRequest |
offset(Integer offset)
Set offset
|
MarginApi.APIlistCrossMarginRepaymentsRequest |
reverse(Boolean reverse)
Set reverse
|
public MarginApi.APIlistCrossMarginRepaymentsRequest currency(String currency)
currency - (optional)public MarginApi.APIlistCrossMarginRepaymentsRequest loanId(String loanId)
loanId - (optional)public MarginApi.APIlistCrossMarginRepaymentsRequest limit(Integer limit)
limit - Maximum number of records returned in one list (optional, default to 100)public MarginApi.APIlistCrossMarginRepaymentsRequest offset(Integer offset)
offset - List offset, starting from 0 (optional, default to 0)public MarginApi.APIlistCrossMarginRepaymentsRequest reverse(Boolean reverse)
reverse - Whether to sort in descending order, which is the default. Set `reverse=false` to return ascending results (optional, default to true)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<CrossMarginRepayment> 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<CrossMarginRepayment>> 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<CrossMarginRepayment>> _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.