Uses of Class
com.unosquare.carmigo.dto.request.DriverRequest
-
Uses of DriverRequest in com.unosquare.carmigo.controller
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DriverResponse>
DriverController.createDriver
(@Valid DriverRequest driverRequest) Enables logged-in users to create a driver's profile.org.springframework.http.ResponseEntity<DriverResponse>
DriverController.createDriverById
(int driverId, @Valid DriverRequest driverRequest) Enables logged-in admin users to create a driver's profile for another user. -
Uses of DriverRequest in com.unosquare.carmigo.service
Modifier and TypeMethodDescriptionDriverService.createDriverById
(int platformUserId, DriverRequest driverRequest) Creates a driver.