Class RawConnectionsClient
- java.lang.Object
-
- com.chrt.api.resources.connections.RawConnectionsClient
-
public class RawConnectionsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description RawConnectionsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChrtApiHttpResponse<java.util.List<CourierConnectionRes>>listCouriersV1()Lists courier organizations based on the authenticated organization type.ChrtApiHttpResponse<java.util.List<CourierConnectionRes>>listCouriersV1(RequestOptions requestOptions)Lists courier organizations based on the authenticated organization type.ChrtApiHttpResponse<java.util.List<ForwarderConnectionRes>>listForwardersV1()Lists forwarder organizations based on the authenticated organization type.ChrtApiHttpResponse<java.util.List<ForwarderConnectionRes>>listForwardersV1(RequestOptions requestOptions)Lists forwarder organizations based on the authenticated organization type.ChrtApiHttpResponse<java.util.List<ShipperConnectionRes>>listShippersV1()Lists shipper organizations based on the authenticated organization type.ChrtApiHttpResponse<java.util.List<ShipperConnectionRes>>listShippersV1(RequestOptions requestOptions)Lists shipper organizations based on the authenticated organization type.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
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.
-
-