Uses of Class
net.ygbstudio.jbrave.core.domain.dto.result.thing.Person
Packages that use Person
Package
Description
-
Uses of Person in net.ygbstudio.jbrave.core.domain.dto.result.thing
Methods in net.ygbstudio.jbrave.core.domain.dto.result.thing that return Person -
Uses of Person in net.ygbstudio.jbrave.core.domain.dto.web
Methods in net.ygbstudio.jbrave.core.domain.dto.web that return PersonModifier and TypeMethodDescriptionTripAdvisorReview.author()Returns the value of theauthorrecord component.Book.publisher()Returns the value of thepublisherrecord component.Methods in net.ygbstudio.jbrave.core.domain.dto.web that return types with arguments of type PersonModifier and TypeMethodDescriptionMovieData.actors()Returns the value of theactorsrecord component.Article.author()Returns the value of theauthorrecord component.Book.author()Returns the value of theauthorrecord component.MovieData.directors()Returns the value of thedirectorsrecord component.Constructors in net.ygbstudio.jbrave.core.domain.dto.web with parameters of type PersonModifierConstructorDescriptionBook(String title, List<Person> author, String date, Price price, Integer pages, Person publisher, Rating rating) Creates an instance of aBookrecord class.TripAdvisorReview(String title, String description, String date, Rating rating, Person author, String reviewUrl, String language) Creates an instance of aTripAdvisorReviewrecord class.Constructor parameters in net.ygbstudio.jbrave.core.domain.dto.web with type arguments of type PersonModifierConstructorDescriptionArticle(List<Person> author, String date, Organization publisher, Thumbnail thumbnail, Boolean isAccessibleForFree) Creates an instance of aArticlerecord class.Book(String title, List<Person> author, String date, Price price, Integer pages, Person publisher, Rating rating) Creates an instance of aBookrecord 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.