Class TiveClient
- java.lang.Object
-
- com.chrt.api.resources.trackingintegrations.tive.TiveClient
-
public class TiveClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptionsprotected java.util.function.Supplier<DevicesClient>devicesClientprotected java.util.function.Supplier<ShipmentsClient>shipmentsClientprotected java.util.function.Supplier<TimeseriesClient>timeseriesClient
-
Constructor Summary
Constructors Constructor Description TiveClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DevicesClientdevices()ShipmentsClientshipments()TimeseriesClienttimeseries()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
devicesClient
protected final java.util.function.Supplier<DevicesClient> devicesClient
-
shipmentsClient
protected final java.util.function.Supplier<ShipmentsClient> shipmentsClient
-
timeseriesClient
protected final java.util.function.Supplier<TimeseriesClient> timeseriesClient
-
-
Constructor Detail
-
TiveClient
public TiveClient(ClientOptions clientOptions)
-
-
Method Detail
-
devices
public DevicesClient devices()
-
shipments
public ShipmentsClient shipments()
-
timeseries
public TimeseriesClient timeseries()
-
-