Uses of Class
com.wrapper.spotify.requests.data.browse.GetCategorysPlaylistsRequest.Builder
-
Packages that use GetCategorysPlaylistsRequest.Builder Package Description com.wrapper.spotify com.wrapper.spotify.requests.data.browse -
-
Uses of GetCategorysPlaylistsRequest.Builder in com.wrapper.spotify
Methods in com.wrapper.spotify that return GetCategorysPlaylistsRequest.Builder Modifier and Type Method Description GetCategorysPlaylistsRequest.BuilderSpotifyApi. getCategorysPlaylists(String category_id)Get the playlists from a specific category. -
Uses of GetCategorysPlaylistsRequest.Builder in com.wrapper.spotify.requests.data.browse
Methods in com.wrapper.spotify.requests.data.browse that return GetCategorysPlaylistsRequest.Builder Modifier and Type Method Description GetCategorysPlaylistsRequest.BuilderGetCategorysPlaylistsRequest.Builder. category_id(String category_id)The categroy ID setter.GetCategorysPlaylistsRequest.BuilderGetCategorysPlaylistsRequest.Builder. country(com.neovisionaries.i18n.CountryCode country)The country code setter.GetCategorysPlaylistsRequest.BuilderGetCategorysPlaylistsRequest.Builder. limit(Integer limit)The limit setter.GetCategorysPlaylistsRequest.BuilderGetCategorysPlaylistsRequest.Builder. offset(Integer offset)The offset setter.
-