Class AsyncRawCargoByDriverClient
- java.lang.Object
-
- com.chrt.api.resources.tracking.cargobydriver.AsyncRawCargoByDriverClient
-
public class AsyncRawCargoByDriverClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawCargoByDriverClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.util.Optional<TrackingCargoByDriverDataPoint1>>>lastSeenV1(CargoByDriverLastSeenV1Request request)Returns the most recent driver location data point for cargo within a task group.java.util.concurrent.CompletableFuture<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
-
AsyncRawCargoByDriverClient
public AsyncRawCargoByDriverClient(ClientOptions clientOptions)
-
-
Method Detail
-
lastSeenV1
public java.util.concurrent.CompletableFuture<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 java.util.concurrent.CompletableFuture<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)
-
-