Class IntegrationsClient
- java.lang.Object
-
- com.chrt.api.resources.integrations.IntegrationsClient
-
public class IntegrationsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.function.Supplier<AirWaybillsClient>airWaybillsClientprotected java.util.function.Supplier<CargoaiTrackAndTraceClient>cargoaiTrackAndTraceClientprotected ClientOptionsclientOptionsprotected java.util.function.Supplier<WebcargoBookingsClient>webcargoBookingsClientprotected java.util.function.Supplier<WebcargoEmbedClient>webcargoEmbedClient
-
Constructor Summary
Constructors Constructor Description IntegrationsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AirWaybillsClientairWaybills()CargoaiTrackAndTraceClientcargoaiTrackAndTrace()WebcargoBookingsClientwebcargoBookings()WebcargoEmbedClientwebcargoEmbed()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
airWaybillsClient
protected final java.util.function.Supplier<AirWaybillsClient> airWaybillsClient
-
cargoaiTrackAndTraceClient
protected final java.util.function.Supplier<CargoaiTrackAndTraceClient> cargoaiTrackAndTraceClient
-
webcargoBookingsClient
protected final java.util.function.Supplier<WebcargoBookingsClient> webcargoBookingsClient
-
webcargoEmbedClient
protected final java.util.function.Supplier<WebcargoEmbedClient> webcargoEmbedClient
-
-
Constructor Detail
-
IntegrationsClient
public IntegrationsClient(ClientOptions clientOptions)
-
-
Method Detail
-
airWaybills
public AirWaybillsClient airWaybills()
-
cargoaiTrackAndTrace
public CargoaiTrackAndTraceClient cargoaiTrackAndTrace()
-
webcargoBookings
public WebcargoBookingsClient webcargoBookings()
-
webcargoEmbed
public WebcargoEmbedClient webcargoEmbed()
-
-