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