Uses of Class
de.sonallux.spotify.core.model.SpotifyWebApiObject
-
Packages that use SpotifyWebApiObject Package Description de.sonallux.spotify.core de.sonallux.spotify.core.model -
-
Uses of SpotifyWebApiObject in de.sonallux.spotify.core
Fields in de.sonallux.spotify.core declared as SpotifyWebApiObject Modifier and Type Field Description static SpotifyWebApiObjectSpotifyWebApiObjectUtils. SPOTIFY_BASE_OBJECTMethods in de.sonallux.spotify.core with parameters of type SpotifyWebApiObject Modifier and Type Method Description static booleanSpotifyWebApiObjectUtils. isBaseObject(SpotifyWebApiObject object)static booleanSpotifyWebApiObjectUtils. removeBaseProperties(SpotifyWebApiObject object) -
Uses of SpotifyWebApiObject in de.sonallux.spotify.core.model
Methods in de.sonallux.spotify.core.model that return SpotifyWebApiObject Modifier and Type Method Description SpotifyWebApiObjectSpotifyWebApiObject. addProperty(SpotifyWebApiObject.Property property)Methods in de.sonallux.spotify.core.model that return types with arguments of type SpotifyWebApiObject Modifier and Type Method Description Optional<SpotifyWebApiObject>SpotifyWebApi. getObject(String name)Collection<SpotifyWebApiObject>SpotifyWebApi. getObjectList()
-