Uses of Class
de.sonallux.spotify.api.apis.browse.GetCategoriesRequest
-
Packages that use GetCategoriesRequest Package Description de.sonallux.spotify.api.apis de.sonallux.spotify.api.apis.browse -
-
Uses of GetCategoriesRequest in de.sonallux.spotify.api.apis
Methods in de.sonallux.spotify.api.apis that return GetCategoriesRequest Modifier and Type Method Description GetCategoriesRequestBrowseApi. getCategories()Get All Categories -
Uses of GetCategoriesRequest in de.sonallux.spotify.api.apis.browse
Methods in de.sonallux.spotify.api.apis.browse that return GetCategoriesRequest Modifier and Type Method Description GetCategoriesRequestGetCategoriesRequest. country(String country)A country: an ISO 3166-1 alpha-2 country code.GetCategoriesRequestGetCategoriesRequest. limit(int limit)The maximum number of categories to return.GetCategoriesRequestGetCategoriesRequest. 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.GetCategoriesRequestGetCategoriesRequest. offset(int offset)The index of the first item to return.
-