Class TaskGroupByDriverClient
- java.lang.Object
-
- com.chrt.api.resources.tracking.taskgroupbydriver.TaskGroupByDriverClient
-
public class TaskGroupByDriverClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description TaskGroupByDriverClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<TrackingTaskGroupByDriverDataPoint1>lastSeenV1(TaskGroupByDriverLastSeenV1Request request)Returns the most recent driver location data point for a task group.java.util.Optional<TrackingTaskGroupByDriverDataPoint1>lastSeenV1(TaskGroupByDriverLastSeenV1Request request, RequestOptions requestOptions)Returns the most recent driver location data point for a task group.RawTaskGroupByDriverClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
TaskGroupByDriverClient
public TaskGroupByDriverClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawTaskGroupByDriverClient withRawResponse()
Get responses with HTTP metadata like headers
-
lastSeenV1
public java.util.Optional<TrackingTaskGroupByDriverDataPoint1> lastSeenV1(TaskGroupByDriverLastSeenV1Request request)
Returns the most recent driver location data point for a task group. Access granted to courier or shipper organization. Data written by the driver update endpoint. | () -> (TrackingTaskGroupByDriverDataPoint1 | None)
-
lastSeenV1
public java.util.Optional<TrackingTaskGroupByDriverDataPoint1> lastSeenV1(TaskGroupByDriverLastSeenV1Request request, RequestOptions requestOptions)
Returns the most recent driver location data point for a task group. Access granted to courier or shipper organization. Data written by the driver update endpoint. | () -> (TrackingTaskGroupByDriverDataPoint1 | None)
-
-