Class GetEnrollmentStatusRequest.Builder
-
- All Implemented Interfaces:
public final class GetEnrollmentStatusRequest.Builder extends DriveMotionRequest.Builder<GetEnrollmentStatusRequest.Builder, GetEnrollmentStatusRequest, GetEnrollmentStatusResponse>
Builder for creating an instance of GetEnrollmentStatusRequest.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>vinsprivate AssetContextassetContextprivate Call<GetEnrollmentStatusRequest, GetEnrollmentStatusResponse>callprivate final ConnectionModeconnectionMode
-
Method Summary
Modifier and Type Method Description final List<String>getVins()final GetEnrollmentStatusRequest.BuilderwithVins(List<String> vins)Sets the VINs for the request. -
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
-
-