Interface DriveMotionAnalyticsClient
-
- All Implemented Interfaces:
public interface DriveMotionAnalyticsClient
DriveMotionAnalyticsClient mainly provides some analysis functions for trip data. To get DriveMotionAnalyticsClient instance, use DriveMotionService.driveMotionAnalyticsClient .
-
-
Method Summary
-
-
Method Detail
-
withConnectionMode
abstract DriveMotionAnalyticsClient withConnectionMode(ConnectionMode connectionMode)
-
aggregatedScoreRequest
abstract AggregatedScoreRequest.Builder aggregatedScoreRequest()
Create request in type of AggregatedScoreRequest
- Returns:
-
aggregatedSafetyScoreRequest
abstract AggregatedSafetyScoreRequest.Builder aggregatedSafetyScoreRequest()
Create request in type of AggregatedSafetyScoreRequest
- Returns:
-
getTripsRequest
abstract GetTripsRequest.Builder getTripsRequest()
Create request in type of GetTripsRequest
- Returns:
-
getTripDetailRequest
abstract GetTripDetailRequest.Builder getTripDetailRequest()
Create request in type of GetTripDetailRequest
- Returns:
-
getLiveTripDetailRequest
abstract GetLiveTripDetailRequest.Builder getLiveTripDetailRequest()
Create request in type of GetLiveTripDetailRequest
- Returns:
-
getConfigDescriptionsRequest
abstract GetConfigDescriptionsRequest.Builder getConfigDescriptionsRequest()
Create request in type of GetConfigDescriptionsRequest
- Returns:
- Since:
1.0.2-BETA.3
-
getLatestTripDetailRequest
abstract GetLatestTripDetailRequest.Builder getLatestTripDetailRequest()
Create request in type of GetLatestTripDetailRequest
- Returns:
- Since:
1.0.2-BETA.3
-
getCumulativeScoreRequest
abstract GetCumulativeScoreRequest.Builder getCumulativeScoreRequest()
Create request in type of GetCumulativeScoreRequest
- Returns:
- Since:
1.0.2-BETA.3
-
updateTripTransportationModeRequest
abstract UpdateTripTransportationModeRequest.Builder updateTripTransportationModeRequest()
Create request in type of UpdateTripTransportationModeRequest
- Returns:
- Since:
1.1.1-BETA.2
-
getStreaksRequest
abstract GetStreaksRequest.Builder getStreaksRequest()
Create request in type of GetStreaksRequest
- Returns:
- Since:
1.2.1
-
syncTripsRequest
abstract SyncTripsRequest.Builder syncTripsRequest()
Create request in type of SyncTripsRequest
- Returns:
- Since:
1.4.0
-
getSimulatedSafetyScoreRequest
abstract GetSimulatedSafetyScoreRequest.Builder getSimulatedSafetyScoreRequest()
Create request in type of GetSimulatedSafetyScoreRequest
- Returns:
- Since:
2.2.0
-
getEventPercentileTableRequest
abstract GetEventPercentileTableRequest.Builder getEventPercentileTableRequest()
Create request in type of GetEventPercentileTableRequest
- Returns:
- Since:
2.4.0
-
-
-
-