Uses of Record Class
net.ygbstudio.jbrave.core.domain.dto.Thumbnail
Packages that use Thumbnail
Package
Description
-
Uses of Thumbnail in net.ygbstudio.jbrave.core.domain.dto.result
Fields in net.ygbstudio.jbrave.core.domain.dto.result declared as ThumbnailModifier and TypeFieldDescriptionprotected final ThumbnailAbstractGraphInfobox.thumbnailprotected ThumbnailSearchResult.Builder.thumbnailprotected final ThumbnailSearchResult.thumbnailFields in net.ygbstudio.jbrave.core.domain.dto.result with type parameters of type ThumbnailMethods in net.ygbstudio.jbrave.core.domain.dto.result that return ThumbnailModifier and TypeMethodDescriptionAbstractGraphInfobox.getThumbnail()LocationResult.getThumbnail()NewsResult.thumbnail()SearchResult.thumbnail()VideoData.thumbnail()Returns the value of thethumbnailrecord component.VideoResult.thumbnail()Methods in net.ygbstudio.jbrave.core.domain.dto.result that return types with arguments of type ThumbnailMethods in net.ygbstudio.jbrave.core.domain.dto.result with parameters of type ThumbnailModifier and TypeMethodDescriptionMethod parameters in net.ygbstudio.jbrave.core.domain.dto.result with type arguments of type ThumbnailModifier and TypeMethodDescriptionConstructors in net.ygbstudio.jbrave.core.domain.dto.result with parameters of type Thumbnail -
Uses of Thumbnail in net.ygbstudio.jbrave.core.domain.dto.result.thing
Fields in net.ygbstudio.jbrave.core.domain.dto.result.thing declared as ThumbnailMethods in net.ygbstudio.jbrave.core.domain.dto.result.thing that return ThumbnailMethods in net.ygbstudio.jbrave.core.domain.dto.result.thing with parameters of type Thumbnail -
Uses of Thumbnail in net.ygbstudio.jbrave.core.domain.dto.web
Methods in net.ygbstudio.jbrave.core.domain.dto.web that return ThumbnailModifier and TypeMethodDescriptionArticle.thumbnail()Returns the value of thethumbnailrecord component.CreativeWork.thumbnail()Returns the value of thethumbnailrecord component.Image.thumbnail()Returns the value of thethumbnailrecord component.MovieData.thumbnail()Returns the value of thethumbnailrecord component.MusicRecording.thumbnail()Returns the value of thethumbnailrecord component.Product.thumbnail()Returns the value of thethumbnailrecord component.Recipe.thumbnail()Returns the value of thethumbnailrecord component.Review.thumbnail()Returns the value of thethumbnailrecord component.Methods in net.ygbstudio.jbrave.core.domain.dto.web that return types with arguments of type ThumbnailModifier and TypeMethodDescriptionPictureResults.results()Returns the value of theresultsrecord component.Constructors in net.ygbstudio.jbrave.core.domain.dto.web with parameters of type ThumbnailModifierConstructorDescriptionArticle(List<Person> author, String date, Organization publisher, Thumbnail thumbnail, Boolean isAccessibleForFree) Creates an instance of aArticlerecord class.CreativeWork(String name, Thumbnail thumbnail, Rating rating) Creates an instance of aCreativeWorkrecord class.Image(Thumbnail thumbnail, String url, ImageProperties properties) Creates an instance of aImagerecord class.MovieData(String name, String description, String url, Thumbnail thumbnail, String release, List<Person> directors, List<Person> actors, Rating rating, String duration, List<String> genre, String query) Creates an instance of aMovieDatarecord class.MusicRecording(String name, Thumbnail thumbnail, Rating rating) Creates an instance of aMusicRecordingrecord class.Product(String type, String name, String category, String price, Thumbnail thumbnail, String description, List<Offer> offers, Rating rating, String gtin, String gtin8, String gtin12, String gtin13, String gtin14) Creates an instance of aProductrecord class.Recipe(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.Creates an instance of aReviewrecord class.Constructor parameters in net.ygbstudio.jbrave.core.domain.dto.web with type arguments of type ThumbnailModifierConstructorDescriptionPictureResults(String viewMoreUrl, List<Thumbnail> results) Creates an instance of aPictureResultsrecord class.