Class AsyncExpandedClient
- java.lang.Object
-
- com.chrt.api.resources.orderdrafts.expanded.AsyncExpandedClient
-
public class AsyncExpandedClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncExpandedClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<OrderDraftExpandedListRes>listV1(ExpandedListV1Request request)Lists expanded draft orders for the creator with filtering, sorting, and pagination.java.util.concurrent.CompletableFuture<OrderDraftExpandedListRes>listV1(ExpandedListV1Request request, RequestOptions requestOptions)Lists expanded draft orders for the creator with filtering, sorting, and pagination.AsyncRawExpandedClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncExpandedClient
public AsyncExpandedClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public AsyncRawExpandedClient withRawResponse()
Get responses with HTTP metadata like headers
-
listV1
public java.util.concurrent.CompletableFuture<OrderDraftExpandedListRes> listV1(ExpandedListV1Request request)
Lists expanded draft orders for the creator with filtering, sorting, and pagination. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpandedListRes)
-
listV1
public java.util.concurrent.CompletableFuture<OrderDraftExpandedListRes> listV1(ExpandedListV1Request request, RequestOptions requestOptions)
Lists expanded draft orders for the creator with filtering, sorting, and pagination. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpandedListRes)
-
-