Uses of Record Class
dev.reuss.tmdb.common.keyword.Keyword
Packages that use Keyword
Package
Description
-
Uses of Keyword in dev.reuss.tmdb.common.keyword
Methods in dev.reuss.tmdb.common.keyword that return types with arguments of type Keyword -
Uses of Keyword in dev.reuss.tmdb.domain.keywords
Methods in dev.reuss.tmdb.domain.keywords that return Keyword -
Uses of Keyword in dev.reuss.tmdb.domain.movie.model
Methods in dev.reuss.tmdb.domain.movie.model that return types with arguments of type KeywordModifier and TypeMethodDescriptionMovieKeywords.keywords()Returns the value of thekeywordsrecord component.Constructor parameters in dev.reuss.tmdb.domain.movie.model with type arguments of type KeywordModifierConstructorDescriptionMovieKeywords(int id, List<Keyword> keywords) Creates an instance of aMovieKeywordsrecord class. -
Uses of Keyword in dev.reuss.tmdb.domain.search.model.keyword
Methods in dev.reuss.tmdb.domain.search.model.keyword that return types with arguments of type KeywordModifier and TypeMethodDescriptionSearchKeywordResponse.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.search.model.keyword with type arguments of type KeywordModifierConstructorDescriptionSearchKeywordResponse(int page, List<Keyword> results, int totalPages, int totalResults) Creates an instance of aSearchKeywordResponserecord class. -
Uses of Keyword in dev.reuss.tmdb.domain.tv.series.model
Methods in dev.reuss.tmdb.domain.tv.series.model that return types with arguments of type KeywordModifier and TypeMethodDescriptionTvSeriesKeywords.keywords()TvSeriesKeywords.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.series.model with type arguments of type KeywordModifierConstructorDescriptionTvSeriesKeywords(int id, List<Keyword> results) Creates an instance of aTvSeriesKeywordsrecord class.