Class AsyncShipmentsClient


  • public class AsyncShipmentsClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncShipmentsClient

        public AsyncShipmentsClient​(ClientOptions clientOptions)
    • Method Detail

      • 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)