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 Amount
RecipeAllergenDTO.amount()
Returns the value of theamount
record 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 aRecipeAllergenDTO
record 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