public class OptionsApi.APIlistOptionsSettlementsRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listOptionsSettlements
|
List<OptionsSettlement> |
execute()
Execute listOptionsSettlements request
|
okhttp3.Call |
executeAsync(ApiCallback<List<OptionsSettlement>> _callback)
Execute listOptionsSettlements request (asynchronously)
|
ApiResponse<List<OptionsSettlement>> |
executeWithHttpInfo()
Execute listOptionsSettlements request with HTTP info returned
|
OptionsApi.APIlistOptionsSettlementsRequest |
from(Long from)
Set from
|
OptionsApi.APIlistOptionsSettlementsRequest |
limit(Integer limit)
Set limit
|
OptionsApi.APIlistOptionsSettlementsRequest |
offset(Integer offset)
Set offset
|
OptionsApi.APIlistOptionsSettlementsRequest |
to(Long to)
Set to
|
public OptionsApi.APIlistOptionsSettlementsRequest limit(Integer limit)
limit - Maximum number of records to be returned in a single list (optional, default to 100)public OptionsApi.APIlistOptionsSettlementsRequest offset(Integer offset)
offset - List offset, starting from 0 (optional, default to 0)public OptionsApi.APIlistOptionsSettlementsRequest from(Long from)
from - Start timestamp (optional)public OptionsApi.APIlistOptionsSettlementsRequest to(Long to)
to - End timestamp (optional)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<OptionsSettlement> 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<OptionsSettlement>> 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<OptionsSettlement>> _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 © 2023. All rights reserved.