Uses of Class
de.sonallux.spotify.core.model.SpotifyWebApiEndpoint
-
Packages that use SpotifyWebApiEndpoint Package Description de.sonallux.spotify.core de.sonallux.spotify.core.model -
-
Uses of SpotifyWebApiEndpoint in de.sonallux.spotify.core
Methods in de.sonallux.spotify.core with parameters of type SpotifyWebApiEndpoint Modifier and Type Method Description static voidEndpointHelper. fixDuplicateEndpointParameters(SpotifyWebApiEndpoint endpoint)Fixes duplicated endpoint parameters. -
Uses of SpotifyWebApiEndpoint in de.sonallux.spotify.core.model
Methods in de.sonallux.spotify.core.model that return types with arguments of type SpotifyWebApiEndpoint Modifier and Type Method Description Optional<SpotifyWebApiEndpoint>SpotifyWebApiCategory. getEndpoint(String id)List<SpotifyWebApiEndpoint>SpotifyWebApiCategory. getEndpointList()
-