Uses of Record Class
net.ygbstudio.jbrave.core.domain.dto.web.HowTo
Packages that use HowTo
-
Uses of HowTo in net.ygbstudio.jbrave.core.domain.dto.web
Methods in net.ygbstudio.jbrave.core.domain.dto.web that return types with arguments of type HowToModifier and TypeMethodDescriptionRecipe.instructions()Returns the value of theinstructionsrecord component.Constructor parameters in net.ygbstudio.jbrave.core.domain.dto.web with type arguments of type HowToModifierConstructorDescriptionRecipe(String title, String description, Thumbnail thumbnail, String url, String domain, String favicon, String time, String prepTime, String cookTime, String ingredients, List<HowTo> instructions, Integer servings, Integer calories, Rating rating, String recipeCategory, String recipeCusine, VideoData video) Creates an instance of aReciperecord class.