Class LaunchAuthFlowRequest.ByMakeBuilder
-
- All Implemented Interfaces:
public final class LaunchAuthFlowRequest.ByMakeBuilder extends LaunchAuthFlowRequest.BaseBuilder
Builder class for creating an instance of LaunchAuthFlowRequest with Make.
-
-
Field Summary
Fields Modifier and Type Field Description private AssetContext
assetContext
private Call<LaunchAuthFlowRequest, LaunchAuthFlowResponse>
call
private final ConnectionMode
connectionMode
-
Constructor Summary
Constructors Constructor Description LaunchAuthFlowRequest.ByMakeBuilder(Call<LaunchAuthFlowRequest, LaunchAuthFlowResponse> call)
-
Method Summary
Modifier and Type Method Description final LaunchAuthFlowRequest.ByMakeBuilder
withMake(String make)
Sets the Make for the authorization request. final String
getMake()
-
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
-
-
Constructor Detail
-
LaunchAuthFlowRequest.ByMakeBuilder
LaunchAuthFlowRequest.ByMakeBuilder(Call<LaunchAuthFlowRequest, LaunchAuthFlowResponse> call)
-
-
Method Detail
-
withMake
final LaunchAuthFlowRequest.ByMakeBuilder withMake(String make)
Sets the Make for the authorization request.
- Parameters:
make
- Make of the vehicle to authorize- Returns:
ByMakeBuilder instance for chaining
-
-
-
-