Class ShipmentsClient
- java.lang.Object
-
- com.chrt.api.resources.trackingintegrations.tive.shipments.ShipmentsClient
-
public class ShipmentsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description ShipmentsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TiveShipment1getV1(ShipmentsGetV1Request request)Retrieves a single Tive shipment by its ID.TiveShipment1getV1(ShipmentsGetV1Request request, RequestOptions requestOptions)Retrieves a single Tive shipment by its ID.TiveShipmentListReslistV1()Lists Tive shipments with filtering, sorting, and pagination.TiveShipmentListReslistV1(ShipmentsListV1Request request)Lists Tive shipments with filtering, sorting, and pagination.TiveShipmentListReslistV1(ShipmentsListV1Request request, RequestOptions requestOptions)Lists Tive shipments with filtering, sorting, and pagination.RawShipmentsClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
ShipmentsClient
public ShipmentsClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawShipmentsClient withRawResponse()
Get responses with HTTP metadata like headers
-
listV1
public TiveShipmentListRes listV1()
Lists Tive shipments with filtering, sorting, and pagination. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveShipmentListRes)
-
listV1
public TiveShipmentListRes listV1(ShipmentsListV1Request request)
Lists Tive shipments with filtering, sorting, and pagination. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveShipmentListRes)
-
listV1
public TiveShipmentListRes listV1(ShipmentsListV1Request request, RequestOptions requestOptions)
Lists Tive shipments with filtering, sorting, and pagination. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveShipmentListRes)
-
getV1
public TiveShipment1 getV1(ShipmentsGetV1Request request)
Retrieves a single Tive shipment by its ID. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveShipment1)
-
getV1
public TiveShipment1 getV1(ShipmentsGetV1Request request, RequestOptions requestOptions)
Retrieves a single Tive shipment by its ID. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveShipment1)
-
-