Uses of Record Class
dev.reuss.tmdb.domain.watchproviders.model.WatchProvider
Packages that use WatchProvider
-
Uses of WatchProvider in dev.reuss.tmdb.common.watchprovider
Methods in dev.reuss.tmdb.common.watchprovider that return types with arguments of type WatchProviderModifier and TypeMethodDescriptionWatchProviderAvailability.ads()Returns the value of theadsrecord component.WatchProviderAvailability.buy()Returns the value of thebuyrecord component.WatchProviderAvailability.flatrate()Returns the value of theflatraterecord component.WatchProviderAvailability.free()Returns the value of thefreerecord component.WatchProviderAvailability.rent()Returns the value of therentrecord component.Constructor parameters in dev.reuss.tmdb.common.watchprovider with type arguments of type WatchProviderModifierConstructorDescriptionWatchProviderAvailability(String link, List<WatchProvider> flatrate, List<WatchProvider> rent, List<WatchProvider> buy, List<WatchProvider> ads, List<WatchProvider> free) Creates an instance of aWatchProviderAvailabilityrecord class. -
Uses of WatchProvider in dev.reuss.tmdb.domain.watchproviders.model
Methods in dev.reuss.tmdb.domain.watchproviders.model that return types with arguments of type WatchProviderModifier and TypeMethodDescriptionWatchProviders.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.watchproviders.model with type arguments of type WatchProviderModifierConstructorDescriptionWatchProviders(List<WatchProvider> results) Creates an instance of aWatchProvidersrecord class.