Class AsyncRawShipmentsClient
- java.lang.Object
-
- com.chrt.api.resources.trackingintegrations.tive.shipments.AsyncRawShipmentsClient
-
public class AsyncRawShipmentsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawShipmentsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TiveShipment1>>getV1(ShipmentsGetV1Request request)Retrieves a single Tive shipment by its ID.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TiveShipment1>>getV1(ShipmentsGetV1Request request, RequestOptions requestOptions)Retrieves a single Tive shipment by its ID.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TiveShipmentListRes>>listV1()Lists Tive shipments with filtering, sorting, and pagination.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TiveShipmentListRes>>listV1(ShipmentsListV1Request request)Lists Tive shipments with filtering, sorting, and pagination.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TiveShipmentListRes>>listV1(ShipmentsListV1Request request, RequestOptions requestOptions)Lists Tive shipments with filtering, sorting, and pagination.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawShipmentsClient
public AsyncRawShipmentsClient(ClientOptions clientOptions)
-
-
Method Detail
-
listV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<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<ChrtApiHttpResponse<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<ChrtApiHttpResponse<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<ChrtApiHttpResponse<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<ChrtApiHttpResponse<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)
-
-