Class AsyncRawExpandedClient


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

      • AsyncRawExpandedClient

        public AsyncRawExpandedClient​(ClientOptions clientOptions)
    • Method Detail

      • forShipperOperatorsV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpanded>> forShipperOperatorsV1​(java.lang.String orderIdOrShortId)
        Retrieves an expanded order with optional related data for shipper operators. | authz_personas=[shipper_org_operators] | (OrderAndTaskGroupExpandedReq) -> (OrderExpanded)
      • forShipperOperatorsV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpanded>> forShipperOperatorsV1​(java.lang.String orderIdOrShortId,
                                                                                                                OrderAndTaskGroupExpandedReq request)
        Retrieves an expanded order with optional related data for shipper operators. | authz_personas=[shipper_org_operators] | (OrderAndTaskGroupExpandedReq) -> (OrderExpanded)
      • forShipperOperatorsV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpanded>> forShipperOperatorsV1​(java.lang.String orderIdOrShortId,
                                                                                                                OrderAndTaskGroupExpandedReq request,
                                                                                                                RequestOptions requestOptions)
        Retrieves an expanded order with optional related data for shipper operators. | authz_personas=[shipper_org_operators] | (OrderAndTaskGroupExpandedReq) -> (OrderExpanded)
      • forForwarderOperatorsV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpanded>> forForwarderOperatorsV1​(java.lang.String orderIdOrShortId)
        Retrieves an expanded order with optional related data for forwarder operators. | authz_personas=[forwarder_org_operators] | (OrderAndTaskGroupExpandedReq) -> (OrderExpanded)
      • forForwarderOperatorsV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpanded>> forForwarderOperatorsV1​(java.lang.String orderIdOrShortId,
                                                                                                                  OrderAndTaskGroupExpandedReq request)
        Retrieves an expanded order with optional related data for forwarder operators. | authz_personas=[forwarder_org_operators] | (OrderAndTaskGroupExpandedReq) -> (OrderExpanded)
      • forForwarderOperatorsV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrderExpanded>> forForwarderOperatorsV1​(java.lang.String orderIdOrShortId,
                                                                                                                  OrderAndTaskGroupExpandedReq request,
                                                                                                                  RequestOptions requestOptions)
        Retrieves an expanded order with optional related data for forwarder operators. | authz_personas=[forwarder_org_operators] | (OrderAndTaskGroupExpandedReq) -> (OrderExpanded)
      • listForForwarderOperatorsV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrdersExpandedListRes>> listForForwarderOperatorsV1​(ExpandedListForForwarderOperatorsV1Request request)
        Lists expanded orders for forwarder operators with filtering, sorting, and pagination. | authz: allowed_org_types=[forwarder], min_org_role=operator | (OrderAndTaskGroupExpandedReq) -> (OrdersExpandedListRes)
      • listForShipperOperatorsV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrdersExpandedListRes>> listForShipperOperatorsV1​(ExpandedListForShipperOperatorsV1Request request)
        Lists expanded orders for shipper operators with filtering, sorting, and pagination. | authz: allowed_org_types=[shipper], min_org_role=operator | (OrderAndTaskGroupExpandedReq) -> (OrdersExpandedListRes)