Uses of Enum Class
edu.ntnu.idatt2106_2023_06.backend.model.recipe.Amount
Packages that use Amount
Package
Description
-
Uses of Amount in edu.ntnu.idatt2106_2023_06.backend.dto.recipe
Methods in edu.ntnu.idatt2106_2023_06.backend.dto.recipe that return AmountModifier and TypeMethodDescription@NonNull AmountRecipeAllergenDTO.amount()Returns the value of theamountrecord component.Constructors in edu.ntnu.idatt2106_2023_06.backend.dto.recipe with parameters of type AmountModifierConstructorDescriptionRecipeAllergenDTO(@NonNull String displayName, @NonNull Amount amount) Creates an instance of aRecipeAllergenDTOrecord class. -
Uses of Amount in edu.ntnu.idatt2106_2023_06.backend.model.recipe
Methods in edu.ntnu.idatt2106_2023_06.backend.model.recipe that return Amount