Class StopDriveRequest
-
- All Implemented Interfaces:
public final class StopDriveRequest extends DriveMotionRequest<StopDriveRequest, StopDriveResponse>
Request for start drive manually Create an instance through Builder.build.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
StopDriveRequest.Builder
This builder is used to create a instance of StopDriveRequest
public class
StopDriveRequest.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ConnectionMode
connectionMode
private final AssetContext
assetContext
public final static StopDriveRequest.Companion
Companion
-
Constructor Summary
Constructors Constructor Description StopDriveRequest(StopDriveRequest.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
-
StopDriveRequest
StopDriveRequest(StopDriveRequest.Builder builder)
-
-
-
-