Uses of Record Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.user.StreakResponse
Packages that use StreakResponse
Package
Description
-
Uses of StreakResponse in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller that return types with arguments of type StreakResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<StreakResponse> UserController.getStreak
(org.springframework.security.core.userdetails.UserDetails userDetails) Gets the streak of a user -
Uses of StreakResponse in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper that return StreakResponseModifier and TypeMethodDescriptionUserMapper.toStreakResponse
(User user, ZonedDateTime firstDue) Maps from User to Streak DTO -
Uses of StreakResponse in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service that return StreakResponseModifier and TypeMethodDescriptionGets the streak of a user, identified by their username