Class ExpandedClient
- java.lang.Object
-
- com.chrt.api.resources.orders.expanded.ExpandedClient
-
public class ExpandedClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description ExpandedClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrderExpandedForOrderCreatorpostForOrderCreatorByOrderIdV1(java.lang.String orderIdOrShortId)Fetches a single order for the organization that created it with optional expanded related data.OrderExpandedForOrderCreatorpostForOrderCreatorByOrderIdV1(java.lang.String orderIdOrShortId, OrderExpandedForOrderCreatorReq request)Fetches a single order for the organization that created it with optional expanded related data.OrderExpandedForOrderCreatorpostForOrderCreatorByOrderIdV1(java.lang.String orderIdOrShortId, OrderExpandedForOrderCreatorReq request, RequestOptions requestOptions)Fetches a single order for the organization that created it with optional expanded related data.OrderExpandedForShipperpostForShipperByOrderIdV1(java.lang.String orderIdOrShortId)Fetches a single order for the shipper organization with optional expanded related data.OrderExpandedForShipperpostForShipperByOrderIdV1(java.lang.String orderIdOrShortId, OrderExpandedForShipperReq request)Fetches a single order for the shipper organization with optional expanded related data.OrderExpandedForShipperpostForShipperByOrderIdV1(java.lang.String orderIdOrShortId, OrderExpandedForShipperReq request, RequestOptions requestOptions)Fetches a single order for the shipper organization with optional expanded related data.RawExpandedClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
ExpandedClient
public ExpandedClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawExpandedClient withRawResponse()
Get responses with HTTP metadata like headers
-
postForShipperByOrderIdV1
public OrderExpandedForShipper postForShipperByOrderIdV1(java.lang.String orderIdOrShortId)
Fetches a single order for the shipper organization with optional expanded related data.
-
postForShipperByOrderIdV1
public OrderExpandedForShipper postForShipperByOrderIdV1(java.lang.String orderIdOrShortId, OrderExpandedForShipperReq request)
Fetches a single order for the shipper organization with optional expanded related data.
-
postForShipperByOrderIdV1
public 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 OrderExpandedForOrderCreator postForOrderCreatorByOrderIdV1(java.lang.String orderIdOrShortId)
Fetches a single order for the organization that created it with optional expanded related data.
-
postForOrderCreatorByOrderIdV1
public 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 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.
-
-