Uses of Class
de.sonallux.spotify.api.apis.browse.GetCategoryRequest
-
Packages that use GetCategoryRequest Package Description de.sonallux.spotify.api.apis de.sonallux.spotify.api.apis.browse -
-
Uses of GetCategoryRequest in de.sonallux.spotify.api.apis
Methods in de.sonallux.spotify.api.apis that return GetCategoryRequest Modifier and Type Method Description GetCategoryRequestBrowseApi. getCategory(String categoryId)Get a Category -
Uses of GetCategoryRequest in de.sonallux.spotify.api.apis.browse
Methods in de.sonallux.spotify.api.apis.browse that return GetCategoryRequest Modifier and Type Method Description GetCategoryRequestGetCategoryRequest. country(String country)A country: an ISO 3166-1 alpha-2 country code.GetCategoryRequestGetCategoryRequest. locale(String locale)The desired language, consisting of an ISO 639-1 language code and an ISO 3166-1 alpha-2 country code, joined by an underscore.
-