Uses of Record Class
dev.reuss.tmdb.common.title.AlternativeTitle
Packages that use AlternativeTitle
Package
Description
-
Uses of AlternativeTitle in dev.reuss.tmdb.common.title
Methods in dev.reuss.tmdb.common.title that return types with arguments of type AlternativeTitleModifier and TypeMethodDescriptionAlternativeTitlesResponse.alternativeTitles()Returns the alternative titles contained in the response. -
Uses of AlternativeTitle in dev.reuss.tmdb.domain.movie.model
Methods in dev.reuss.tmdb.domain.movie.model that return types with arguments of type AlternativeTitleModifier and TypeMethodDescriptionMovieAlternativeTitles.alternativeTitles()MovieAlternativeTitles.titles()Returns the value of thetitlesrecord component.Constructor parameters in dev.reuss.tmdb.domain.movie.model with type arguments of type AlternativeTitleModifierConstructorDescriptionMovieAlternativeTitles(int id, List<AlternativeTitle> titles) Creates an instance of aMovieAlternativeTitlesrecord class. -
Uses of AlternativeTitle in dev.reuss.tmdb.domain.tv.series.model
Methods in dev.reuss.tmdb.domain.tv.series.model that return types with arguments of type AlternativeTitleModifier and TypeMethodDescriptionTvSeriesAlternativeTitles.alternativeTitles()TvSeriesAlternativeTitles.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.series.model with type arguments of type AlternativeTitleModifierConstructorDescriptionTvSeriesAlternativeTitles(int id, List<AlternativeTitle> results) Creates an instance of aTvSeriesAlternativeTitlesrecord class.