Class AsyncRawExpandedListClient
- java.lang.Object
-
- com.chrt.api.resources.orders.expandedlist.AsyncRawExpandedListClient
-
public class AsyncRawExpandedListClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawExpandedListClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrdersExpandedForOrderCreatorRes>>postOrderCreatorExpandedListV1(ExpandedListPostOrderCreatorExpandedListV1Request request)Retrieves orders expanded list for order creator org with optional filters, shipper includes, and exclusions.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrdersExpandedForOrderCreatorRes>>postOrderCreatorExpandedListV1(ExpandedListPostOrderCreatorExpandedListV1Request request, RequestOptions requestOptions)Retrieves orders expanded list for order creator org with optional filters, shipper includes, and exclusions.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrdersExpandedForShipperRes>>postShipperExpandedListV1(ExpandedListPostShipperExpandedListV1Request request)Retrieves orders expanded list for the shipper organization with optional filters and related data.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrdersExpandedForShipperRes>>postShipperExpandedListV1(ExpandedListPostShipperExpandedListV1Request request, RequestOptions requestOptions)Retrieves orders expanded list for the shipper organization with optional filters and related data.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawExpandedListClient
public AsyncRawExpandedListClient(ClientOptions clientOptions)
-
-
Method Detail
-
postShipperExpandedListV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrdersExpandedForShipperRes>> postShipperExpandedListV1(ExpandedListPostShipperExpandedListV1Request request)
Retrieves orders expanded list for the shipper organization with optional filters and related data.
-
postShipperExpandedListV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrdersExpandedForShipperRes>> postShipperExpandedListV1(ExpandedListPostShipperExpandedListV1Request request, RequestOptions requestOptions)
Retrieves orders expanded list for the shipper organization with optional filters and related data.
-
postOrderCreatorExpandedListV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrdersExpandedForOrderCreatorRes>> postOrderCreatorExpandedListV1(ExpandedListPostOrderCreatorExpandedListV1Request request)
Retrieves orders expanded list for order creator org with optional filters, shipper includes, and exclusions.
-
postOrderCreatorExpandedListV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrdersExpandedForOrderCreatorRes>> postOrderCreatorExpandedListV1(ExpandedListPostOrderCreatorExpandedListV1Request request, RequestOptions requestOptions)
Retrieves orders expanded list for order creator org with optional filters, shipper includes, and exclusions.
-
-