Uses of Record Class
dev.reuss.tmdb.domain.tv.episodegroup.model.TvEpisodeGroup
Packages that use TvEpisodeGroup
-
Uses of TvEpisodeGroup in dev.reuss.tmdb.domain.tv.episodegroup.model
Methods in dev.reuss.tmdb.domain.tv.episodegroup.model that return types with arguments of type TvEpisodeGroupModifier and TypeMethodDescriptionTvEpisodeGroupDetails.groups()Returns the value of thegroupsrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.episodegroup.model with type arguments of type TvEpisodeGroupModifierConstructorDescriptionTvEpisodeGroupDetails(String description, int episodeCount, int groupCount, List<TvEpisodeGroup> groups, String id, String name, TvEpisodeGroupNetwork network, int type) Creates an instance of aTvEpisodeGroupDetailsrecord class.