Uses of Record Class
dev.reuss.tmdb.common.image.TmdbImage
Packages that use TmdbImage
-
Uses of TmdbImage in dev.reuss.tmdb.common.image
Methods in dev.reuss.tmdb.common.image that return types with arguments of type TmdbImageModifier and TypeMethodDescriptionCollectionImages.backdrops()Returns the value of thebackdropsrecord component.MovieImages.backdrops()Returns the value of thebackdropsrecord component.PosterBackdropLogoImagesResponse.backdrops()Returns backdrop images.TvShowImages.backdrops()Returns the value of thebackdropsrecord component.MovieImages.logos()Returns the value of thelogosrecord component.PosterBackdropLogoImagesResponse.logos()Returns logo images.TvShowImages.logos()Returns the value of thelogosrecord component.CollectionImages.posters()Returns the value of thepostersrecord component.MovieImages.posters()Returns the value of thepostersrecord component.PosterBackdropLogoImagesResponse.posters()Returns poster images.TvSeasonImages.posters()Returns the value of thepostersrecord component.TvShowImages.posters()Returns the value of thepostersrecord component.PersonImages.profiles()Returns the value of theprofilesrecord component.TvEpisodeImages.stills()Returns the value of thestillsrecord component.Constructor parameters in dev.reuss.tmdb.common.image with type arguments of type TmdbImageModifierConstructorDescriptionCollectionImages(int id, List<TmdbImage> backdrops, List<TmdbImage> posters) Creates an instance of aCollectionImagesrecord class.Creates an instance of aMovieImagesrecord class.PersonImages(int id, List<TmdbImage> profiles) Creates an instance of aPersonImagesrecord class.TvEpisodeImages(int id, List<TmdbImage> stills) Creates an instance of aTvEpisodeImagesrecord class.TvSeasonImages(int id, List<TmdbImage> posters) Creates an instance of aTvSeasonImagesrecord class.Creates an instance of aTvShowImagesrecord class.