Uses of Class
se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified
-
-
Uses of EpisodeSimplified in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return types with arguments of type EpisodeSimplified Modifier and Type Method Description Paging<EpisodeSimplified>SearchResult. getEpisodes()Get the episode objects contained in the search result object.Method parameters in se.michaelthelin.spotify.model_objects.special with type arguments of type EpisodeSimplified Modifier and Type Method Description SearchResult.BuilderSearchResult.Builder. setEpisodes(Paging<EpisodeSimplified> episodes)The episodes setter. -
Uses of EpisodeSimplified in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return EpisodeSimplified Modifier and Type Method Description EpisodeSimplifiedEpisodeSimplified.Builder. build()EpisodeSimplifiedEpisodeSimplified.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)Methods in se.michaelthelin.spotify.model_objects.specification that return types with arguments of type EpisodeSimplified Modifier and Type Method Description Paging<EpisodeSimplified>Show. getEpisodes()Get a list of the show’s episodes.Method parameters in se.michaelthelin.spotify.model_objects.specification with type arguments of type EpisodeSimplified Modifier and Type Method Description Show.BuilderShow.Builder. setEpisodes(Paging<EpisodeSimplified> episodes)Set a list of the show's episodes. -
Uses of EpisodeSimplified in se.michaelthelin.spotify.requests.data.search.simplified
Methods in se.michaelthelin.spotify.requests.data.search.simplified that return types with arguments of type EpisodeSimplified Modifier and Type Method Description Paging<EpisodeSimplified>SearchEpisodesRequest. execute()Search for episodes. -
Uses of EpisodeSimplified in se.michaelthelin.spotify.requests.data.shows
Methods in se.michaelthelin.spotify.requests.data.shows that return types with arguments of type EpisodeSimplified Modifier and Type Method Description Paging<EpisodeSimplified>GetShowsEpisodesRequest. execute()Get episodes of a show.
-