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