Package de.sonallux.spotify.core.model
Class SpotifyWebApiCategory
- java.lang.Object
-
- de.sonallux.spotify.core.model.SpotifyWebApiCategory
-
public class SpotifyWebApiCategory extends Object
-
-
Constructor Summary
Constructors Constructor Description SpotifyWebApiCategory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<SpotifyWebApiEndpoint>getEndpoint(String id)List<SpotifyWebApiEndpoint>getEndpointList()
-
-
-
Method Detail
-
getEndpointList
public List<SpotifyWebApiEndpoint> getEndpointList()
-
getEndpoint
public Optional<SpotifyWebApiEndpoint> getEndpoint(String id)
-
-