Uses of Class
se.michaelthelin.spotify.model_objects.specification.ShowSimplified
-
-
Uses of ShowSimplified in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return types with arguments of type ShowSimplified Modifier and Type Method Description Paging<ShowSimplified>SearchResult. getShows()Get the show objects contained in the search result object.Method parameters in se.michaelthelin.spotify.model_objects.special with type arguments of type ShowSimplified Modifier and Type Method Description SearchResult.BuilderSearchResult.Builder. setShows(Paging<ShowSimplified> shows)The shows setter. -
Uses of ShowSimplified in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return ShowSimplified Modifier and Type Method Description ShowSimplifiedShowSimplified.Builder. build()ShowSimplifiedShowSimplified.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)ShowSimplifiedEpisode. getShow()Get the show on which the episode belongs.ShowSimplifiedSavedShow. getShow()Get information about the show from a saved show object.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type ShowSimplified Modifier and Type Method Description Episode.BuilderEpisode.Builder. setShow(ShowSimplified show)Set the show the episode to be built belongs on.SavedShow.BuilderSavedShow.Builder. setShow(ShowSimplified show)Set the full show object of the saved show to be built. -
Uses of ShowSimplified in se.michaelthelin.spotify.requests.data.search.simplified
Methods in se.michaelthelin.spotify.requests.data.search.simplified that return types with arguments of type ShowSimplified Modifier and Type Method Description Paging<ShowSimplified>SearchShowsRequest. execute()Search for shows. -
Uses of ShowSimplified in se.michaelthelin.spotify.requests.data.shows
Methods in se.michaelthelin.spotify.requests.data.shows that return ShowSimplified Modifier and Type Method Description ShowSimplified[]GetSeveralShowsRequest. execute()Get several shows.
-