Uses of Record Class
br.com.pawsoncloud.dtos.EnderecoFullRespDto
Packages that use EnderecoFullRespDto
-
Uses of EnderecoFullRespDto in br.com.pawsoncloud.dtos
Methods in br.com.pawsoncloud.dtos that return EnderecoFullRespDtoModifier and TypeMethodDescriptionUsuarioFullRespDto.endereco()
Returns the value of theendereco
record component.Constructors in br.com.pawsoncloud.dtos with parameters of type EnderecoFullRespDtoModifierConstructorDescriptionUsuarioFullRespDto
(String nome, String email, LocalDate dataNascimento, String cpf, String telefone, EnderecoFullRespDto endereco) Creates an instance of aUsuarioFullRespDto
record class.