Class AsyncRawExpandedClient
- java.lang.Object
-
- com.chrt.api.resources.orders.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<OrderExpandedForOrderCreator>>postForOrderCreatorByOrderIdV1(java.lang.String orderIdOrShortId)Fetches a single order for the organization that created it with optional expanded related data.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpandedForOrderCreator>>postForOrderCreatorByOrderIdV1(java.lang.String orderIdOrShortId, OrderExpandedForOrderCreatorReq request)Fetches a single order for the organization that created it with optional expanded related data.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpandedForOrderCreator>>postForOrderCreatorByOrderIdV1(java.lang.String orderIdOrShortId, OrderExpandedForOrderCreatorReq request, RequestOptions requestOptions)Fetches a single order for the organization that created it with optional expanded related data.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpandedForShipper>>postForShipperByOrderIdV1(java.lang.String orderIdOrShortId)Fetches a single order for the shipper organization with optional expanded related data.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpandedForShipper>>postForShipperByOrderIdV1(java.lang.String orderIdOrShortId, OrderExpandedForShipperReq request)Fetches a single order for the shipper organization with optional expanded related data.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpandedForShipper>>postForShipperByOrderIdV1(java.lang.String orderIdOrShortId, OrderExpandedForShipperReq request, RequestOptions requestOptions)Fetches a single order for the shipper organization with optional expanded related data.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawExpandedClient
public AsyncRawExpandedClient(ClientOptions clientOptions)
-
-
Method Detail
-
postForShipperByOrderIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpandedForShipper>> postForShipperByOrderIdV1(java.lang.String orderIdOrShortId)
Fetches a single order for the shipper organization with optional expanded related data.
-
postForShipperByOrderIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpandedForShipper>> postForShipperByOrderIdV1(java.lang.String orderIdOrShortId, OrderExpandedForShipperReq request)
Fetches a single order for the shipper organization with optional expanded related data.
-
postForShipperByOrderIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpandedForShipper>> postForShipperByOrderIdV1(java.lang.String orderIdOrShortId, OrderExpandedForShipperReq request, RequestOptions requestOptions)
Fetches a single order for the shipper organization with optional expanded related data.
-
postForOrderCreatorByOrderIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpandedForOrderCreator>> postForOrderCreatorByOrderIdV1(java.lang.String orderIdOrShortId)
Fetches a single order for the organization that created it with optional expanded related data.
-
postForOrderCreatorByOrderIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpandedForOrderCreator>> postForOrderCreatorByOrderIdV1(java.lang.String orderIdOrShortId, OrderExpandedForOrderCreatorReq request)
Fetches a single order for the organization that created it with optional expanded related data.
-
postForOrderCreatorByOrderIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpandedForOrderCreator>> postForOrderCreatorByOrderIdV1(java.lang.String orderIdOrShortId, OrderExpandedForOrderCreatorReq request, RequestOptions requestOptions)
Fetches a single order for the organization that created it with optional expanded related data.
-
-