Uses of Record Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.BadgeDTO
Packages that use BadgeDTO
Package
Description
-
Uses of BadgeDTO in org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.user
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.user that return types with arguments of type BadgeDTOModifier and TypeMethodDescriptionUserResponse.badges()
Returns the value of thebadges
record component.Constructor parameters in org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.user with type arguments of type BadgeDTOModifierConstructorDescriptionUserResponse
(Long id, @NotNull String firstName, @NotNull String lastName, @NotNull String username, @NotNull @Email String email, @NotNull AccountDTO spendingAccount, @NotNull AccountDTO savingAccount, @NotNull BigDecimal savedAmount, @NotNull Set<BadgeDTO> badges, @NotNull Boolean hasPasskey) Creates an instance of aUserResponse
record class. -
Uses of BadgeDTO in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper that return BadgeDTO