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