Class RawCargoByDeviceClient
- java.lang.Object
-
- com.chrt.api.resources.tracking.cargobydevice.RawCargoByDeviceClient
-
public class RawCargoByDeviceClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description RawCargoByDeviceClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChrtApiHttpResponse<java.util.Optional<TrackingCargoByDeviceDataPoint1>>lastSeenV1(CargoByDeviceLastSeenV1Request request)Returns the most recent device location data point for cargo within a task group.ChrtApiHttpResponse<java.util.Optional<TrackingCargoByDeviceDataPoint1>>lastSeenV1(CargoByDeviceLastSeenV1Request request, RequestOptions requestOptions)Returns the most recent device location data point for cargo within a task group.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
RawCargoByDeviceClient
public RawCargoByDeviceClient(ClientOptions clientOptions)
-
-
Method Detail
-
lastSeenV1
public ChrtApiHttpResponse<java.util.Optional<TrackingCargoByDeviceDataPoint1>> lastSeenV1(CargoByDeviceLastSeenV1Request request)
Returns the most recent device location data point for cargo within a task group. Access granted to courier or shipper organization. | () -> (TrackingCargoByDeviceDataPoint1 | None)
-
lastSeenV1
public ChrtApiHttpResponse<java.util.Optional<TrackingCargoByDeviceDataPoint1>> lastSeenV1(CargoByDeviceLastSeenV1Request request, RequestOptions requestOptions)
Returns the most recent device location data point for cargo within a task group. Access granted to courier or shipper organization. | () -> (TrackingCargoByDeviceDataPoint1 | None)
-
-