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