Uses of Class
com.unosquare.carmigo.dto.request.PlatformUserRequest
Packages that use PlatformUserRequest
-
Uses of PlatformUserRequest in com.unosquare.carmigo.controller
Methods in com.unosquare.carmigo.controller with parameters of type PlatformUserRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PlatformUserResponse>
PlatformUserController.createPlatformUser
(@Valid PlatformUserRequest platformUserRequest) Enables a user to create an account. -
Uses of PlatformUserRequest in com.unosquare.carmigo.service
Methods in com.unosquare.carmigo.service with parameters of type PlatformUserRequestModifier and TypeMethodDescriptionPlatformUserService.createPlatformUser
(PlatformUserRequest platformUserRequest) Creates a platform user.