Uses of Class
com.wrapper.spotify.requests.data.browse.GetListOfFeaturedPlaylistsRequest.Builder
-
Packages that use GetListOfFeaturedPlaylistsRequest.Builder Package Description com.wrapper.spotify com.wrapper.spotify.requests.data.browse -
-
Uses of GetListOfFeaturedPlaylistsRequest.Builder in com.wrapper.spotify
Methods in com.wrapper.spotify that return GetListOfFeaturedPlaylistsRequest.Builder Modifier and Type Method Description GetListOfFeaturedPlaylistsRequest.BuilderSpotifyApi. getListOfFeaturedPlaylists()Get "Featured Playlists" of different countries which may match a specific language. -
Uses of GetListOfFeaturedPlaylistsRequest.Builder in com.wrapper.spotify.requests.data.browse
Methods in com.wrapper.spotify.requests.data.browse that return GetListOfFeaturedPlaylistsRequest.Builder Modifier and Type Method Description GetListOfFeaturedPlaylistsRequest.BuilderGetListOfFeaturedPlaylistsRequest.Builder. country(com.neovisionaries.i18n.CountryCode country)The country code setter.GetListOfFeaturedPlaylistsRequest.BuilderGetListOfFeaturedPlaylistsRequest.Builder. limit(Integer limit)The limit setter.GetListOfFeaturedPlaylistsRequest.BuilderGetListOfFeaturedPlaylistsRequest.Builder. locale(String locale)The language code setter.GetListOfFeaturedPlaylistsRequest.BuilderGetListOfFeaturedPlaylistsRequest.Builder. offset(Integer offset)The offset setter.GetListOfFeaturedPlaylistsRequest.BuilderGetListOfFeaturedPlaylistsRequest.Builder. timestamp(Date timestamp)The timestamp setter.
-