Class AsyncExpandedClient


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

      • AsyncExpandedClient

        public AsyncExpandedClient​(ClientOptions clientOptions)
    • Method Detail

      • withRawResponse

        public AsyncRawExpandedClient withRawResponse()
        Get responses with HTTP metadata like headers
      • postForShipperByOrderIdV1

        public java.util.concurrent.CompletableFuture<OrderExpandedForShipper> postForShipperByOrderIdV1​(java.lang.String orderIdOrShortId)
        Fetches a single order for the shipper organization with optional expanded related data.
      • postForShipperByOrderIdV1

        public java.util.concurrent.CompletableFuture<OrderExpandedForShipper> postForShipperByOrderIdV1​(java.lang.String orderIdOrShortId,
                                                                                                         OrderExpandedForShipperReq request)
        Fetches a single order for the shipper organization with optional expanded related data.
      • postForShipperByOrderIdV1

        public java.util.concurrent.CompletableFuture<OrderExpandedForShipper> postForShipperByOrderIdV1​(java.lang.String orderIdOrShortId,
                                                                                                         OrderExpandedForShipperReq request,
                                                                                                         RequestOptions requestOptions)
        Fetches a single order for the shipper organization with optional expanded related data.
      • postForOrderCreatorByOrderIdV1

        public java.util.concurrent.CompletableFuture<OrderExpandedForOrderCreator> postForOrderCreatorByOrderIdV1​(java.lang.String orderIdOrShortId)
        Fetches a single order for the organization that created it with optional expanded related data.
      • postForOrderCreatorByOrderIdV1

        public java.util.concurrent.CompletableFuture<OrderExpandedForOrderCreator> postForOrderCreatorByOrderIdV1​(java.lang.String orderIdOrShortId,
                                                                                                                   OrderExpandedForOrderCreatorReq request)
        Fetches a single order for the organization that created it with optional expanded related data.