Uses of Class
se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Packages that use ShowSimplified
Package
Description
-
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 ShowSimplifiedModifier and TypeMethodDescriptionSearchResult.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 ShowSimplifiedModifier and TypeMethodDescriptionSearchResult.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 ShowSimplifiedModifier and TypeMethodDescriptionShowSimplified.Builder.build()
ShowSimplified.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) Episode.getShow()
Get the show on which the episode belongs.SavedShow.getShow()
Get information about the show from a saved show object.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type ShowSimplifiedModifier and TypeMethodDescriptionEpisode.Builder.setShow
(ShowSimplified show) Set the show the episode to be built belongs on.SavedShow.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 -
Uses of ShowSimplified in se.michaelthelin.spotify.requests.data.shows
Methods in se.michaelthelin.spotify.requests.data.shows that return ShowSimplified