Uses of Record Class
br.com.pawsoncloud.dtos.EnderecoRespDto
Packages that use EnderecoRespDto
-
Uses of EnderecoRespDto in br.com.pawsoncloud.dtos
Methods in br.com.pawsoncloud.dtos that return EnderecoRespDtoModifier and TypeMethodDescriptionUsuarioRespDto.endereco()
Returns the value of theendereco
record component.UsuarioResponseDto.endereco()
Returns the value of theendereco
record component.Constructors in br.com.pawsoncloud.dtos with parameters of type EnderecoRespDtoModifierConstructorDescriptionUsuarioRespDto
(String nome, String email, EnderecoRespDto endereco) Creates an instance of aUsuarioRespDto
record class.UsuarioResponseDto
(String nome, EnderecoRespDto endereco) Creates an instance of aUsuarioResponseDto
record class.