Class RawConnectionsClient


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

      • RawConnectionsClient

        public RawConnectionsClient​(ClientOptions clientOptions)
    • Method Detail

      • listShippersV1

        public ChrtApiHttpResponse<java.util.List<ShipperConnectionRes>> listShippersV1()
        Lists shipper organizations based on the authenticated organization type. Couriers see connected shippers, forwarders see connected shippers.
      • listShippersV1

        public ChrtApiHttpResponse<java.util.List<ShipperConnectionRes>> listShippersV1​(RequestOptions requestOptions)
        Lists shipper organizations based on the authenticated organization type. Couriers see connected shippers, forwarders see connected shippers.
      • listCouriersV1

        public ChrtApiHttpResponse<java.util.List<CourierConnectionRes>> listCouriersV1()
        Lists courier organizations based on the authenticated organization type. Shippers see connected couriers, forwarders see connected couriers.
      • listCouriersV1

        public ChrtApiHttpResponse<java.util.List<CourierConnectionRes>> listCouriersV1​(RequestOptions requestOptions)
        Lists courier organizations based on the authenticated organization type. Shippers see connected couriers, forwarders see connected couriers.
      • listForwardersV1

        public ChrtApiHttpResponse<java.util.List<ForwarderConnectionRes>> listForwardersV1()
        Lists forwarder organizations based on the authenticated organization type. Shippers see connected forwarders, couriers see connected forwarders.
      • listForwardersV1

        public ChrtApiHttpResponse<java.util.List<ForwarderConnectionRes>> listForwardersV1​(RequestOptions requestOptions)
        Lists forwarder organizations based on the authenticated organization type. Shippers see connected forwarders, couriers see connected forwarders.