Class AsyncRawExpandedClient
- java.lang.Object
-
- com.chrt.api.resources.orders.draft.expanded.AsyncRawExpandedClient
-
public class AsyncRawExpandedClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawExpandedClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpandedListRes>>postExpandedListV1()Lists all draft orders created by the authenticated user with optional expanded related data.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpandedListRes>>postExpandedListV1(OrderDraftExpandedListReq request)Lists all draft orders created by the authenticated user with optional expanded related data.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpandedListRes>>postExpandedListV1(OrderDraftExpandedListReq request, RequestOptions requestOptions)Lists all draft orders created by the authenticated user with optional expanded related data.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpandedRes>>postExpandedV1(java.lang.String orderIdOrShortId)Fetches a single draft order with optional expanded related data.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpandedRes>>postExpandedV1(java.lang.String orderIdOrShortId, OrderDraftExpandedReq request)Fetches a single draft order with optional expanded related data.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpandedRes>>postExpandedV1(java.lang.String orderIdOrShortId, OrderDraftExpandedReq request, RequestOptions requestOptions)Fetches a single draft order with optional expanded related data.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawExpandedClient
public AsyncRawExpandedClient(ClientOptions clientOptions)
-
-
Method Detail
-
postExpandedV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpandedRes>> postExpandedV1(java.lang.String orderIdOrShortId)
Fetches a single draft order with optional expanded related data. Only the creator of the draft order can access it.
-
postExpandedV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpandedRes>> postExpandedV1(java.lang.String orderIdOrShortId, OrderDraftExpandedReq request)
Fetches a single draft order with optional expanded related data. Only the creator of the draft order can access it.
-
postExpandedV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpandedRes>> postExpandedV1(java.lang.String orderIdOrShortId, OrderDraftExpandedReq request, RequestOptions requestOptions)
Fetches a single draft order with optional expanded related data. Only the creator of the draft order can access it.
-
postExpandedListV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpandedListRes>> postExpandedListV1()
Lists all draft orders created by the authenticated user with optional expanded related data.
-
postExpandedListV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpandedListRes>> postExpandedListV1(OrderDraftExpandedListReq request)
Lists all draft orders created by the authenticated user with optional expanded related data.
-
postExpandedListV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpandedListRes>> postExpandedListV1(OrderDraftExpandedListReq request, RequestOptions requestOptions)
Lists all draft orders created by the authenticated user with optional expanded related data.
-
-