Class GetDriveDetectionStateRequest.Builder
-
- All Implemented Interfaces:
public final class GetDriveDetectionStateRequest.Builder extends DriveMotionRequest.Builder<GetDriveDetectionStateRequest.Builder, GetDriveDetectionStateRequest, GetDriveDetectionStateResponse>
This builder is used to create a instance of GetDriveDetectionStateRequest
-
-
Field Summary
Fields Modifier and Type Field Description private AssetContextassetContextprivate Call<GetDriveDetectionStateRequest, GetDriveDetectionStateResponse>callprivate final ConnectionModeconnectionMode
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.telenav.sdk.drive.motion.api.model.base.DriveMotionRequest.Builder
build, getAssetContext, getCall, getConnectionMode, of, setAssetContext, setCall -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-