Uses of Class
se.michaelthelin.spotify.model_objects.specification.Category
-
Packages that use Category Package Description se.michaelthelin.spotify.model_objects.specification se.michaelthelin.spotify.requests.data.browse -
-
Uses of Category in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return Category Modifier and Type Method Description CategoryCategory.Builder. build()CategoryCategory.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject) -
Uses of Category in se.michaelthelin.spotify.requests.data.browse
Methods in se.michaelthelin.spotify.requests.data.browse that return Category Modifier and Type Method Description CategoryGetCategoryRequest. execute()Get aCategory.Methods in se.michaelthelin.spotify.requests.data.browse that return types with arguments of type Category Modifier and Type Method Description Paging<Category>GetListOfCategoriesRequest. execute()Get a paging ofCategoryobjects.
-