Class StartDriveRequest
-
- All Implemented Interfaces:
public final class StartDriveRequest extends DriveMotionRequest<StartDriveRequest, StartDriveResponse>
Request for start drive manually Create an instance through Builder.build.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
StartDriveRequest.Builder
This builder is used to create a instance of StartDriveRequest
public class
StartDriveRequest.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ConnectionMode
connectionMode
private final AssetContext
assetContext
public final static StartDriveRequest.Companion
Companion
-
Constructor Summary
Constructors Constructor Description StartDriveRequest(StartDriveRequest.Builder builder)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.telenav.sdk.drive.motion.api.model.base.DriveMotionRequest
asyncCall, execute, getAssetContext, getConnectionMode, syncCall, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
StartDriveRequest
StartDriveRequest(StartDriveRequest.Builder builder)
-
-
-
-