Uses of Record Class
br.com.pawsoncloud.dtos.UsuarioRespDto
Packages that use UsuarioRespDto
-
Uses of UsuarioRespDto in br.com.pawsoncloud.dtos
Methods in br.com.pawsoncloud.dtos that return UsuarioRespDtoModifier and TypeMethodDescriptionAnimaisRespDto.proprietario()
Returns the value of theproprietario
record component.Constructors in br.com.pawsoncloud.dtos with parameters of type UsuarioRespDtoModifierConstructorDescriptionAnimaisRespDto
(Long id, String nome, String porte, Integer idade, String especie, String pelagem, Double peso, String imgUrl, StatusAdocao status, UsuarioRespDto proprietario) Creates an instance of aAnimaisRespDto
record class.