Uses of Record Class
br.com.pawsoncloud.dtos.UsuarioResponseDto
Packages that use UsuarioResponseDto
-
Uses of UsuarioResponseDto in br.com.pawsoncloud.controladores
Methods in br.com.pawsoncloud.controladores that return types with arguments of type UsuarioResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UsuarioResponseDto>
UsuarioRegistroControle.create
(@Valid UsuarioDto usuarioDto) Cadastra um usuário. -
Uses of UsuarioResponseDto in br.com.pawsoncloud.dtos
Methods in br.com.pawsoncloud.dtos that return UsuarioResponseDtoModifier and TypeMethodDescriptionAdocaoRespDto.adotante()
Returns the value of theadotante
record component.AnimaisResponseDto.proprietario()
Returns the value of theproprietario
record component.Constructors in br.com.pawsoncloud.dtos with parameters of type UsuarioResponseDtoModifierConstructorDescriptionAdocaoRespDto
(Long id, Long petId, UsuarioResponseDto adotante, boolean confirmarAdocao) Creates an instance of aAdocaoRespDto
record class.AnimaisResponseDto
(Long id, String nome, String porte, Integer idade, String especie, String pelagem, Double peso, String imgUrl, StatusAdocao status, UsuarioResponseDto proprietario) Creates an instance of aAnimaisResponseDto
record class.