Uses of Record Class
net.ygbstudio.jbrave.core.domain.dto.web.Rating
Packages that use Rating
Package
Description
-
Uses of Rating in net.ygbstudio.jbrave.core.domain.dto.result
Fields in net.ygbstudio.jbrave.core.domain.dto.result declared as RatingModifier and TypeFieldDescriptionprotected RatingSearchResult.Builder.ratingprotected final RatingSearchResult.ratingFields in net.ygbstudio.jbrave.core.domain.dto.result with type parameters of type RatingMethods in net.ygbstudio.jbrave.core.domain.dto.result that return RatingMethods in net.ygbstudio.jbrave.core.domain.dto.result that return types with arguments of type RatingMethods in net.ygbstudio.jbrave.core.domain.dto.result with parameters of type RatingModifier and TypeMethodDescriptionMethod parameters in net.ygbstudio.jbrave.core.domain.dto.result with type arguments of type RatingModifier and TypeMethodDescription -
Uses of Rating in net.ygbstudio.jbrave.core.domain.dto.web
Methods in net.ygbstudio.jbrave.core.domain.dto.web that return RatingModifier and TypeMethodDescriptionBook.rating()Returns the value of theratingrecord component.CreativeWork.rating()Returns the value of theratingrecord component.MovieData.rating()Returns the value of theratingrecord component.MusicRecording.rating()Returns the value of theratingrecord component.Product.rating()Returns the value of theratingrecord component.Recipe.rating()Returns the value of theratingrecord component.Review.rating()Returns the value of theratingrecord component.TripAdvisorReview.rating()Returns the value of theratingrecord component.Constructors in net.ygbstudio.jbrave.core.domain.dto.web with parameters of type RatingModifierConstructorDescriptionBook(String title, List<Person> author, String date, Price price, Integer pages, Person publisher, Rating rating) Creates an instance of aBookrecord class.CreativeWork(String name, Thumbnail thumbnail, Rating rating) Creates an instance of aCreativeWorkrecord 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.TripAdvisorReview(String title, String description, String date, Rating rating, Person author, String reviewUrl, String language) Creates an instance of aTripAdvisorReviewrecord class.