Uses of Class
se.michaelthelin.spotify.model_objects.specification.ShowSimplified
Package
Description
-
Uses of ShowSimplified in se.michaelthelin.spotify.model_objects.special
Modifier and TypeMethodDescriptionSearchResult.getShows()
Get the show objects contained in the search result object.Modifier and TypeMethodDescriptionSearchResult.Builder.setShows
(Paging<ShowSimplified> shows) The shows setter. -
Uses of ShowSimplified in se.michaelthelin.spotify.model_objects.specification
Modifier 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.Modifier 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
-
Uses of ShowSimplified in se.michaelthelin.spotify.requests.data.shows