Class AsyncOrgInfoForConnectionsClient
- java.lang.Object
-
- com.chrt.api.resources.orgs.orginfoforconnections.AsyncOrgInfoForConnectionsClient
-
public class AsyncOrgInfoForConnectionsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptionsprotected java.util.function.Supplier<AsyncCourierClient>courierClientprotected java.util.function.Supplier<AsyncForwarderClient>forwarderClientprotected java.util.function.Supplier<AsyncShipperClient>shipperClient
-
Constructor Summary
Constructors Constructor Description AsyncOrgInfoForConnectionsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncCourierClientcourier()AsyncForwarderClientforwarder()AsyncShipperClientshipper()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
shipperClient
protected final java.util.function.Supplier<AsyncShipperClient> shipperClient
-
courierClient
protected final java.util.function.Supplier<AsyncCourierClient> courierClient
-
forwarderClient
protected final java.util.function.Supplier<AsyncForwarderClient> forwarderClient
-
-
Constructor Detail
-
AsyncOrgInfoForConnectionsClient
public AsyncOrgInfoForConnectionsClient(ClientOptions clientOptions)
-
-
Method Detail
-
shipper
public AsyncShipperClient shipper()
-
courier
public AsyncCourierClient courier()
-
forwarder
public AsyncForwarderClient forwarder()
-
-