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