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 ShowSimplified -
Uses of ShowSimplified in se.michaelthelin.spotify.model_objects.specification
Subclasses with type arguments of type ShowSimplified in se.michaelthelin.spotify.model_objects.specificationModifier and TypeClassDescriptionstatic final classJsonUtil class for buildingShowSimplifiedinstances.Methods in se.michaelthelin.spotify.model_objects.specification that return ShowSimplifiedModifier and TypeMethodDescriptionShowSimplified.Builder.build()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) SavedShow.Builder.setShow(ShowSimplified show) -
Uses of ShowSimplified in se.michaelthelin.spotify.requests.data.search.simplified
Subclasses with type arguments of type ShowSimplified in se.michaelthelin.spotify.requests.data.search.simplifiedModifier and TypeClassDescriptionclassGet Spotify catalog information about shows that match a keyword string.static final classBuilder class for building aSearchShowsRequest.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 ShowSimplifiedModifier and TypeMethodDescriptionGetSeveralShowsRequest.execute()Deprecated.Get severalShowSimplifiedobjects.