Uses of Class
de.sonallux.spotify.api.apis.browse.GetCategoriesPlaylistsRequest
-
Packages that use GetCategoriesPlaylistsRequest Package Description de.sonallux.spotify.api.apis de.sonallux.spotify.api.apis.browse -
-
Uses of GetCategoriesPlaylistsRequest in de.sonallux.spotify.api.apis
Methods in de.sonallux.spotify.api.apis that return GetCategoriesPlaylistsRequest Modifier and Type Method Description GetCategoriesPlaylistsRequestBrowseApi. getCategoriesPlaylists(String categoryId)Get a Category's Playlists -
Uses of GetCategoriesPlaylistsRequest in de.sonallux.spotify.api.apis.browse
Methods in de.sonallux.spotify.api.apis.browse that return GetCategoriesPlaylistsRequest Modifier and Type Method Description GetCategoriesPlaylistsRequestGetCategoriesPlaylistsRequest. country(String country)A country: an ISO 3166-1 alpha-2 country code.GetCategoriesPlaylistsRequestGetCategoriesPlaylistsRequest. limit(int limit)The maximum number of items to return.GetCategoriesPlaylistsRequestGetCategoriesPlaylistsRequest. offset(int offset)The index of the first item to return.
-