Uses of Class
de.sonallux.spotify.api.apis.shows.GetShowsEpisodesRequest
-
Packages that use GetShowsEpisodesRequest Package Description de.sonallux.spotify.api.apis de.sonallux.spotify.api.apis.shows -
-
Uses of GetShowsEpisodesRequest in de.sonallux.spotify.api.apis
Methods in de.sonallux.spotify.api.apis that return GetShowsEpisodesRequest Modifier and Type Method Description GetShowsEpisodesRequestShowsApi. getShowsEpisodes(String id)Get a Show's Episodes -
Uses of GetShowsEpisodesRequest in de.sonallux.spotify.api.apis.shows
Methods in de.sonallux.spotify.api.apis.shows that return GetShowsEpisodesRequest Modifier and Type Method Description GetShowsEpisodesRequestGetShowsEpisodesRequest. limit(int limit)The maximum number of episodes to return.GetShowsEpisodesRequestGetShowsEpisodesRequest. market(String market)GetShowsEpisodesRequestGetShowsEpisodesRequest. offset(int offset)The index of the first episode to return.
-