Uses of Class
de.sonallux.spotify.api.models.SimplifiedEpisode
-
Packages that use SimplifiedEpisode Package Description de.sonallux.spotify.api.apis.shows de.sonallux.spotify.api.models -
-
Uses of SimplifiedEpisode in de.sonallux.spotify.api.apis.shows
Methods in de.sonallux.spotify.api.apis.shows that return types with arguments of type SimplifiedEpisode Modifier and Type Method Description ApiCall<Paging<SimplifiedEpisode>>GetShowsEpisodesRequest. build()Build the request into an executable call -
Uses of SimplifiedEpisode in de.sonallux.spotify.api.models
Fields in de.sonallux.spotify.api.models with type parameters of type SimplifiedEpisode Modifier and Type Field Description Paging<SimplifiedEpisode>SearchResponse. episodesPaging<SimplifiedEpisode>Show. episodesA list of the show's episodes.
-