Class RawExpandedClient
- java.lang.Object
-
- com.chrt.api.resources.orders.draft.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>postExpandedListV1()Lists all draft orders created by the authenticated user with optional expanded related data.ChrtApiHttpResponse<OrderDraftExpandedListRes>postExpandedListV1(OrderDraftExpandedListReq request)Lists all draft orders created by the authenticated user with optional expanded related data.ChrtApiHttpResponse<OrderDraftExpandedListRes>postExpandedListV1(OrderDraftExpandedListReq request, RequestOptions requestOptions)Lists all draft orders created by the authenticated user with optional expanded related data.ChrtApiHttpResponse<OrderDraftExpandedRes>postExpandedV1(java.lang.String orderIdOrShortId)Fetches a single draft order with optional expanded related data.ChrtApiHttpResponse<OrderDraftExpandedRes>postExpandedV1(java.lang.String orderIdOrShortId, OrderDraftExpandedReq request)Fetches a single draft order with optional expanded related data.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
-
RawExpandedClient
public RawExpandedClient(ClientOptions clientOptions)
-
-
Method Detail
-
postExpandedV1
public 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 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 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 ChrtApiHttpResponse<OrderDraftExpandedListRes> postExpandedListV1()
Lists all draft orders created by the authenticated user with optional expanded related data.
-
postExpandedListV1
public ChrtApiHttpResponse<OrderDraftExpandedListRes> postExpandedListV1(OrderDraftExpandedListReq request)
Lists all draft orders created by the authenticated user with optional expanded related data.
-
postExpandedListV1
public ChrtApiHttpResponse<OrderDraftExpandedListRes> postExpandedListV1(OrderDraftExpandedListReq request, RequestOptions requestOptions)
Lists all draft orders created by the authenticated user with optional expanded related data.
-
-