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