Class AsyncShipperClient


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

      • AsyncShipperClient

        public AsyncShipperClient​(ClientOptions clientOptions)
    • Method Detail

      • withRawResponse

        public AsyncRawShipperClient withRawResponse()
        Get responses with HTTP metadata like headers
      • getV1

        public java.util.concurrent.CompletableFuture<ShipperOrgInfoForConnections1> getV1()
        Retrieves shipper organization connection information for the caller's organization. | () -> (ShipperOrgInfoForConnections1)
      • getV1

        public java.util.concurrent.CompletableFuture<ShipperOrgInfoForConnections1> getV1​(RequestOptions requestOptions)
        Retrieves shipper organization connection information for the caller's organization. | () -> (ShipperOrgInfoForConnections1)
      • createV1

        public java.util.concurrent.CompletableFuture<java.lang.String> createV1​(ShipperOrgInfoForConnectionsClientCreate1 request)
        Creates shipper organization connection information. Fails if already exists. | (ShipperOrgInfoForConnectionsClientCreate1) -> (PydanticObjectId)
      • createV1

        public java.util.concurrent.CompletableFuture<java.lang.String> createV1​(ShipperOrgInfoForConnectionsClientCreate1 request,
                                                                                 RequestOptions requestOptions)
        Creates shipper organization connection information. Fails if already exists. | (ShipperOrgInfoForConnectionsClientCreate1) -> (PydanticObjectId)
      • updateV1

        public java.util.concurrent.CompletableFuture<java.lang.Boolean> updateV1()
        Updates existing shipper organization connection information. | (ShipperOrgInfoForConnectionsClientUpdate1) -> (bool)
      • updateV1

        public java.util.concurrent.CompletableFuture<java.lang.Boolean> updateV1​(ShipperOrgInfoForConnectionsClientUpdate1 request)
        Updates existing shipper organization connection information. | (ShipperOrgInfoForConnectionsClientUpdate1) -> (bool)
      • updateV1

        public java.util.concurrent.CompletableFuture<java.lang.Boolean> updateV1​(ShipperOrgInfoForConnectionsClientUpdate1 request,
                                                                                  RequestOptions requestOptions)
        Updates existing shipper organization connection information. | (ShipperOrgInfoForConnectionsClientUpdate1) -> (bool)