Class AsyncRawExpandedClient
- java.lang.Object
-
- com.chrt.api.resources.orderdrafts.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>>listV1(ExpandedListV1Request request)Lists expanded draft orders for the organization with filtering, sorting, and pagination.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpandedListRes>>listV1(ExpandedListV1Request request, RequestOptions requestOptions)Lists expanded draft orders for the organization with filtering, sorting, and pagination.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpanded>>retrieveV1(java.lang.String orderIdOrShortId)Fetches a single draft order with optional expanded related data.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpanded>>retrieveV1(java.lang.String orderIdOrShortId, OrderAndTaskGroupExpandedReq request)Fetches a single draft order with optional expanded related data.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpanded>>retrieveV1(java.lang.String orderIdOrShortId, OrderAndTaskGroupExpandedReq 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
-
retrieveV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpanded>> retrieveV1(java.lang.String orderIdOrShortId)
Fetches a single draft order with optional expanded related data. Any user in the org (with operator+ role) can access it. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpanded)
-
retrieveV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpanded>> retrieveV1(java.lang.String orderIdOrShortId, OrderAndTaskGroupExpandedReq request)
Fetches a single draft order with optional expanded related data. Any user in the org (with operator+ role) can access it. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpanded)
-
retrieveV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpanded>> retrieveV1(java.lang.String orderIdOrShortId, OrderAndTaskGroupExpandedReq request, RequestOptions requestOptions)
Fetches a single draft order with optional expanded related data. Any user in the org (with operator+ role) can access it. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpanded)
-
listV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpandedListRes>> listV1(ExpandedListV1Request request)
Lists expanded draft orders for the organization with filtering, sorting, and pagination. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpandedListRes)
-
listV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderDraftExpandedListRes>> listV1(ExpandedListV1Request request, RequestOptions requestOptions)
Lists expanded draft orders for the organization with filtering, sorting, and pagination. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpandedListRes)
-
-