Uses of Record Class
net.ygbstudio.jbrave.core.domain.dto.result.VideoData
Packages that use VideoData
Package
Description
-
Uses of VideoData in net.ygbstudio.jbrave.core.domain.dto.result
Fields in net.ygbstudio.jbrave.core.domain.dto.result declared as VideoDataModifier and TypeFieldDescriptionprotected VideoDataSearchResult.Builder.videoprotected final VideoDataSearchResult.videoMethods in net.ygbstudio.jbrave.core.domain.dto.result that return VideoDataMethods in net.ygbstudio.jbrave.core.domain.dto.result with parameters of type VideoDataModifier and TypeMethodDescription -
Uses of VideoData in net.ygbstudio.jbrave.core.domain.dto.web
Methods in net.ygbstudio.jbrave.core.domain.dto.web that return VideoDataModifier and TypeMethodDescriptionRecipe.video()Returns the value of thevideorecord component.Constructors in net.ygbstudio.jbrave.core.domain.dto.web with parameters of type VideoDataModifierConstructorDescriptionRecipe(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.