Uses of Record Class
dev.reuss.tmdb.common.image.LogoImage
Packages that use LogoImage
-
Uses of LogoImage in dev.reuss.tmdb.common.image
Methods in dev.reuss.tmdb.common.image that return types with arguments of type LogoImageModifier and TypeMethodDescriptionCompanyImages.logos()Returns the value of thelogosrecord component.LogoImagesResponse.logos()Returns logo images.NetworkImages.logos()Returns the value of thelogosrecord component.Constructor parameters in dev.reuss.tmdb.common.image with type arguments of type LogoImageModifierConstructorDescriptionCompanyImages(int id, List<LogoImage> logos) Creates an instance of aCompanyImagesrecord class.NetworkImages(int id, List<LogoImage> logos) Creates an instance of aNetworkImagesrecord class.