Class AsyncRawDriverClient


  • public class AsyncRawDriverClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncRawDriverClient

        public AsyncRawDriverClient​(ClientOptions clientOptions)
    • Method Detail

      • updateV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<DriverUpdateRes>> updateV1​(DriverUpdateReq request)
        Records driver location updates for a task group. Automatically writes to task group tracking if IN_PROGRESS and cargo tracking if IN_TRANSIT. Updates driver's last seen timestamp and location. | (DriverUpdateReq) -> (DriverUpdateRes)
      • updateV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<DriverUpdateRes>> updateV1​(DriverUpdateReq request,
                                                                                                     RequestOptions requestOptions)
        Records driver location updates for a task group. Automatically writes to task group tracking if IN_PROGRESS and cargo tracking if IN_TRANSIT. Updates driver's last seen timestamp and location. | (DriverUpdateReq) -> (DriverUpdateRes)