Package de.sonallux.spotify.core.model
Class SpotifyWebApi
- java.lang.Object
-
- de.sonallux.spotify.core.model.SpotifyWebApi
-
public class SpotifyWebApi extends Object
-
-
Constructor Summary
Constructors Constructor Description SpotifyWebApi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<SpotifyWebApiCategory>getCategory(String id)Collection<SpotifyWebApiCategory>getCategoryList()Optional<SpotifyWebApiObject>getObject(String name)Collection<SpotifyWebApiObject>getObjectList()
-
-
-
Method Detail
-
getObjectList
public Collection<SpotifyWebApiObject> getObjectList()
-
getObject
public Optional<SpotifyWebApiObject> getObject(String name)
-
getCategoryList
public Collection<SpotifyWebApiCategory> getCategoryList()
-
getCategory
public Optional<SpotifyWebApiCategory> getCategory(String id)
-
-