Uses of Record Class
com.fiap.tech_challenge.parte1.ms_users.dtos.UpdateUserDTO
Packages that use UpdateUserDTO
Package
Description
-
Uses of UpdateUserDTO in com.fiap.tech_challenge.parte1.ms_users.controllers
Methods in com.fiap.tech_challenge.parte1.ms_users.controllers with parameters of type UpdateUserDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UsersResponseDTO>
UsersController.updateUser
(UUID id, @Valid UpdateUserDTO dto) Updates user details. -
Uses of UpdateUserDTO in com.fiap.tech_challenge.parte1.ms_users.services
Methods in com.fiap.tech_challenge.parte1.ms_users.services with parameters of type UpdateUserDTOModifier and TypeMethodDescriptionUsersService.updateUser
(UUID id, UpdateUserDTO dto) Updates user information including name, email, login, and address.