public class DeliveryApi.APIlistDeliverySettlementsRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
DeliveryApi.APIlistDeliverySettlementsRequest |
at(Integer at)
Set at
|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listDeliverySettlements
|
DeliveryApi.APIlistDeliverySettlementsRequest |
contract(String contract)
Set contract
|
List<DeliverySettlement> |
execute()
Execute listDeliverySettlements request
|
okhttp3.Call |
executeAsync(ApiCallback<List<DeliverySettlement>> _callback)
Execute listDeliverySettlements request (asynchronously)
|
ApiResponse<List<DeliverySettlement>> |
executeWithHttpInfo()
Execute listDeliverySettlements request with HTTP info returned
|
DeliveryApi.APIlistDeliverySettlementsRequest |
limit(Integer limit)
Set limit
|
public DeliveryApi.APIlistDeliverySettlementsRequest contract(String contract)
contract - Futures contract (optional)public DeliveryApi.APIlistDeliverySettlementsRequest limit(Integer limit)
limit - Maximum number of records returned in one list (optional, default to 100)public DeliveryApi.APIlistDeliverySettlementsRequest at(Integer at)
at - Specify a settlement timestamp (optional, default to 0)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<DeliverySettlement> 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<DeliverySettlement>> 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<DeliverySettlement>> _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.