Uses of Class
com.amilesend.tmdb.client.model.tv.episodes.groups.type.GroupEpisode
Packages that use GroupEpisode
-
Uses of GroupEpisode in com.amilesend.tmdb.client.model.tv.episodes.groups.type
Classes in com.amilesend.tmdb.client.model.tv.episodes.groups.type with type parameters of type GroupEpisodeModifier and TypeClassDescriptionstatic classGroupEpisode.GroupEpisodeBuilder<C extends GroupEpisode, B extends GroupEpisode.GroupEpisodeBuilder<C,B>> Methods in com.amilesend.tmdb.client.model.tv.episodes.groups.type that return types with arguments of type GroupEpisodeModifier and TypeMethodDescriptionTvEpisodeGroup.getEpisodes()The list of TV episodes associated with this group.Method parameters in com.amilesend.tmdb.client.model.tv.episodes.groups.type with type arguments of type GroupEpisodeModifier and TypeMethodDescriptionTvEpisodeGroup.TvEpisodeGroupBuilder.episodes(List<GroupEpisode> episodes) The list of TV episodes associated with this group.