Uses of Class
com.unosquare.carmigo.dto.request.DriverRequest
Packages that use DriverRequest
-
Uses of DriverRequest in com.unosquare.carmigo.controller
Methods in com.unosquare.carmigo.controller with parameters of type DriverRequestModifier 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
Methods in com.unosquare.carmigo.service with parameters of type DriverRequestModifier and TypeMethodDescriptionDriverService.createDriverById
(int platformUserId, DriverRequest driverRequest) Creates a driver.