Uses of Record Class
at.jku.dke.etutor.task_app.dto.CriterionDto
Packages that use CriterionDto
Package
Description
This package contains the data transfer objects (DTOs) for the REST-endpoints.
-
Uses of CriterionDto in at.jku.dke.etutor.task_app.dto
Methods in at.jku.dke.etutor.task_app.dto that return types with arguments of type CriterionDtoModifier and TypeMethodDescriptionGradingDto.criteria()
Returns the value of thecriteria
record component.Constructor parameters in at.jku.dke.etutor.task_app.dto with type arguments of type CriterionDtoModifierConstructorDescriptionGradingDto
(@NotNull @PositiveOrZero BigDecimal maxPoints, @NotNull BigDecimal points, String generalFeedback, @NotNull List<CriterionDto> criteria) Creates an instance of aGradingDto
record class.