Uses of Class
se.michaelthelin.spotify.requests.data.shows.GetSeveralShowsRequest.Builder
-
Packages that use GetSeveralShowsRequest.Builder Package Description se.michaelthelin.spotify se.michaelthelin.spotify.requests.data.shows -
-
Uses of GetSeveralShowsRequest.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that return GetSeveralShowsRequest.Builder Modifier and Type Method Description GetSeveralShowsRequest.BuilderSpotifyApi. getSeveralShows(String... ids)Get multiple shows. -
Uses of GetSeveralShowsRequest.Builder in se.michaelthelin.spotify.requests.data.shows
Methods in se.michaelthelin.spotify.requests.data.shows that return GetSeveralShowsRequest.Builder Modifier and Type Method Description GetSeveralShowsRequest.BuilderGetSeveralShowsRequest.Builder. ids(String ids)The show IDs setter.GetSeveralShowsRequest.BuilderGetSeveralShowsRequest.Builder. market(com.neovisionaries.i18n.CountryCode market)The market country code setter.protected GetSeveralShowsRequest.BuilderGetSeveralShowsRequest.Builder. self()
-